Home
last modified time | relevance | path

Searched refs:os_patch_level (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/security/keymint/aidl/vts/functional/
DDeviceUniqueAttestationTest.cpp168 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()); in TEST_P()
225 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()); in TEST_P()
320 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()); in TEST_P()
DKeyMintAidlTestBase.h101 uint32_t os_patch_level() { return os_patch_level_; } in os_patch_level() function
DKeyMintTest.cpp658 EXPECT_EQ(*os_pl, os_patch_level()); in CheckCommonParams()
/hardware/interfaces/keymaster/4.1/vts/functional/
DDeviceUniqueAttestationTest.cpp301 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()), in TEST_P()
348 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()), in TEST_P()
402 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()); in TEST_P()
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h99 uint32_t os_patch_level() { return os_patch_level_; } in os_patch_level() function
Dkeymaster_hidl_hal_test.cpp599 os_patch_level(), // system.img patch level in CheckBaseParams()
601 << "OS patch level is " << os_patch_level() in CheckBaseParams()
605 os_patch_level(), // system.img patch level in CheckBaseParams()
607 << "OS patch level is " << os_patch_level() in CheckBaseParams()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp450 uint32_t os_patch_level() { return os_patch_level_; } in os_patch_level() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
1083 EXPECT_TRUE(auths.Contains(TAG_OS_PATCHLEVEL, os_patch_level())) in CheckBaseParams()
1084 << "OS patch level is " << os_patch_level() << " key reported " in CheckBaseParams()