Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp141 bool matching_keymint_device(const string& rp_name, std::shared_ptr<IKeyMintDevice>* keyMint) { in matching_keymint_device() argument
142 string rp_suffix = device_suffix(rp_name); in matching_keymint_device()
H A DKeyMintTest.cpp468 for (const string& rp_name : rp_names) { in matching_rp_instance() local
471 if (device_suffix(rp_name) == km_suffix && AServiceManager_isDeclared(rp_name.c_str())) { in matching_rp_instance()
472 ::ndk::SpAIBinder binder(AServiceManager_waitForService(rp_name.c_str())); in matching_rp_instance()