Searched refs:getBlob (Results 1 – 5 of 5) sorted by relevance
58 Return<void> ret = service->getBlob(hidl_string(key, keyLength), cb); in keystore_get()
366 keystore->getBlob(nullptr, callback); in TEST_P()381 keystore->getBlob("", callback); in TEST_P()396 keystore->getBlob(kTestKeyName, callback); in TEST_P()419 keystore->getBlob(kTestKeyName, callback); in TEST_P()441 keystore->getBlob(kTestKeyName, callback); in TEST_P()
32 Return<void> getBlob(const hidl_string& key, getBlob_cb _hidl_cb) override;
44 getBlob(string key)
64 Return<void> Keystore::getBlob(const hidl_string& key, getBlob_cb _hidl_cb) { in getBlob() function in android::system::wifi::keystore::V1_0::implementation::Keystore