Home
last modified time | relevance | path

Searched refs:device_suffix (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp156 string device_suffix(const string& name) { in device_suffix() function
165 string rp_suffix = device_suffix(rp_name); in matching_keymint_device()
171 if (device_suffix(km_name) == rp_suffix && AServiceManager_isDeclared(km_name.c_str())) { in matching_keymint_device()
998 auto kmDeviceName = device_suffix(GetParam()); in TEST_P()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp589 string device_suffix(const string& name) { in device_suffix() function
598 string km_suffix = device_suffix(km_name); in matching_rp_instance()
605 if (device_suffix(rp_name) == km_suffix && AServiceManager_isDeclared(rp_name.c_str())) { in matching_rp_instance()