Home
last modified time | relevance | path

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

/system/hardware/interfaces/wifi/keystore/1.0/default/test/
DWifiLegacyKeystoreIntegrationTest.cpp146 constexpr const char kLegacyKeystoreServiceName[] = "android.security.legacykeystore"; variable
150 ::ndk::SpAIBinder keystoreBinder(AServiceManager_checkService(kLegacyKeystoreServiceName)); in LegacyKeystoreRemove()
168 ::ndk::SpAIBinder keystoreBinder(AServiceManager_checkService(kLegacyKeystoreServiceName)); in LegacyKeystorePut()
183 ::ndk::SpAIBinder keystoreBinder(AServiceManager_checkService(kLegacyKeystoreServiceName)); in LegacyKeystoreGet()
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp32 constexpr const char kLegacyKeystoreServiceName[] = "android.security.legacykeystore"; variable
302 ::ndk::SpAIBinder keystoreBinder(AServiceManager_checkService(kLegacyKeystoreServiceName)); in getLegacyKeystoreBlob()