Home
last modified time | relevance | path

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

/system/security/keystore2/rkpd_client/src/
Dlib.rs120 fn onSuccess(&self, registration: &Strong<dyn IRegistration>) -> binder::Result<()> { in onSuccess() method
178 fn onSuccess(&self, key: &RemotelyProvisionedKey) -> binder::Result<()> { in onSuccess() method
253 fn onSuccess(&self) -> binder::Result<()> { in onSuccess() method
374 get_key_cb.onSuccess(&key).unwrap(); in getKey()
400 store_cb.onSuccess().unwrap(); in storeUpgradedKeyAsync()
414 assert!(cb.onSuccess(&mock_registration).is_ok()); in get_mock_registration()
458 assert!(cb.onSuccess(&mock_key).is_ok()); in test_get_key_cb_success()
493 assert!(cb.onSuccess().is_ok()); in test_store_upgraded_cb_success()
/system/security/provisioner/support/
Drkpd_client.cpp97 Status onSuccess(const RemotelyProvisionedKey& key) override { in onSuccess() function in android::security::rkp::support::__anon923e75950111::GetKeyCallback
133 Status onSuccess(const sp<IRegistration>& registration) override { in onSuccess() function in android::security::rkp::support::__anon923e75950111::GetRegistrationCallback