New get_container_id_by_pid API function 23/27723/7
authorPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Thu, 18 Sep 2014 08:07:15 +0000 (10:07 +0200)
committerPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Wed, 24 Sep 2014 14:50:23 +0000 (16:50 +0200)
commit11ddb3bab10b043797aca9eaa491070aa8510f3d
tree7d6e1d1e769ec8d4f865cd11f76984f9f128e883
parente1302ae96a14947703e37029398bdb059b4f209f
New get_container_id_by_pid API function

[Bug/Feature]   Introduce new API function: sc_get_container_id_by_pid
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I8bee78c062bcbbe29fc9e2c651989570c26869d1
client/security-containers-client-impl.cpp
client/security-containers-client-impl.hpp
client/security-containers-client.cpp
client/security-containers-client.h
client/utils.cpp [new file with mode: 0644]
client/utils.hpp [new file with mode: 0644]
tests/unit_tests/client/ut-client-utils.cpp [new file with mode: 0644]
tests/unit_tests/client/ut-client.cpp