Searched refs:onSuccess (Results 1 – 2 of 2) sorted by relevance
120 fn onSuccess(&self, registration: &Strong<dyn IRegistration>) -> binder::Result<()> { in onSuccess() method178 fn onSuccess(&self, key: &RemotelyProvisionedKey) -> binder::Result<()> { in onSuccess() method253 fn onSuccess(&self) -> binder::Result<()> { in onSuccess() method374 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()
97 Status onSuccess(const RemotelyProvisionedKey& key) override { in onSuccess() function in android::security::rkp::support::__anon923e75950111::GetKeyCallback133 Status onSuccess(const sp<IRegistration>& registration) override { in onSuccess() function in android::security::rkp::support::__anon923e75950111::GetRegistrationCallback