Home
last modified time | relevance | path

Searched refs:getBlob (Results 1 – 6 of 6) sorted by relevance

/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp313 keystore->getBlob(nullptr, callback); in TEST_P()
328 keystore->getBlob("", callback); in TEST_P()
343 keystore->getBlob(kTestKeyName, callback); in TEST_P()
365 keystore->getBlob(std::string("USRCERT_") + kTestKeyName, callback); in TEST_P()
393 keystore->getBlob(std::string("USRCERT_") + kTestKeyName, callback); in TEST_P()
/system/security/keystore/
Dkeystore_get_wifi_hidl.cpp58 Return<void> ret = service->getBlob(hidl_string(key, keyLength), cb); in keystore_get()
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
Dkeystore.h31 Return<void> getBlob(const hidl_string& key, getBlob_cb _hidl_cb) override;
/system/hardware/interfaces/wifi/keystore/1.0/default/test/
DWifiLegacyKeystoreIntegrationTest.cpp233 auto rc = wifiKeystoreHal->getBlob(TESTALIAS, in TEST_P()
266 auto rc = wifiKeystoreHal->getBlob(TESTALIAS, in TEST_P()
428 auto rc = wifiKeystoreHal->getBlob(TESTALIAS, in TEST_P()
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal44 getBlob(string key)
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp329 Return<void> Keystore::getBlob(const hidl_string& key, getBlob_cb _hidl_cb) { in getBlob() function in android::system::wifi::keystore::V1_0::implementation::Keystore