Home
last modified time | relevance | path

Searched refs:KeymasterHidlEnvironment (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h71 class KeymasterHidlEnvironment : public ::testing::VtsHalHidlTargetTestEnvBase {
74 static KeymasterHidlEnvironment* Instance() { in Instance()
75 static KeymasterHidlEnvironment* instance = new KeymasterHidlEnvironment; in Instance()
82 KeymasterHidlEnvironment(){}; in KeymasterHidlEnvironment() function
84 GTEST_DISALLOW_COPY_AND_ASSIGN_(KeymasterHidlEnvironment);
DKeymasterHidlTest.cpp52 string service_name = KeymasterHidlEnvironment::Instance()->getServiceName<IKeymasterDevice>(); in SetUpTestCase()
Dkeymaster_hidl_hal_test.cpp4089 using android::hardware::keymaster::V4_0::test::KeymasterHidlEnvironment;
4092 ::testing::AddGlobalTestEnvironment(KeymasterHidlEnvironment::Instance()); in main()
4094 KeymasterHidlEnvironment::Instance()->init(&argc, argv); in main()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp417 class KeymasterHidlEnvironment : public ::testing::VtsHalHidlTargetTestEnvBase { class
420 static KeymasterHidlEnvironment* Instance() { in Instance()
421 static KeymasterHidlEnvironment* instance = new KeymasterHidlEnvironment; in Instance()
427 KeymasterHidlEnvironment() {} in KeymasterHidlEnvironment() function in android::hardware::keymaster::V3_0::test::KeymasterHidlEnvironment
442 KeymasterHidlEnvironment::Instance()->getServiceName<IKeymasterDevice>()); in SetUpTestCase()
4217 using android::hardware::keymaster::V3_0::test::KeymasterHidlEnvironment; in main()
4218 ::testing::AddGlobalTestEnvironment(KeymasterHidlEnvironment::Instance()); in main()
4220 KeymasterHidlEnvironment::Instance()->init(&argc, argv); in main()