Home
last modified time | relevance | path

Searched refs:tryGetService (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/apc_compat/
Dapc_compat.cpp67 static sp<ConfuiCompatSession>* tryGetService() { in tryGetService() function in keystore2::ConfuiCompatSession
68 sp<IConfirmationUI> service = IConfirmationUI::tryGetService(); in tryGetService()
179 return reinterpret_cast<ApcCompatServiceHandle>(ConfuiCompatSession::tryGetService()); in tryGetUserConfirmationService()
/system/security/keystore/
Dkeystore_get_wifi_hidl.cpp42 sp<IKeystore> service = IKeystore::tryGetService(); in keystore_get()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp627 sp<IServiceManager> dne = IServiceManager::tryGetService("boss"); in TEST_F()
630 sp<IServiceManager> manager = IServiceManager::tryGetService(); in TEST_F()