Lines Matching refs:registration
120 fn onSuccess(&self, registration: &Strong<dyn IRegistration>) -> binder::Result<()> { in onSuccess()
121 self.registration_tx.send(Ok(registration.clone())); in onSuccess()
204 registration: &Strong<dyn IRegistration>, in get_rkpd_attestation_key_from_registration_async()
210 registration in get_rkpd_attestation_key_from_registration_async()
217 if let Err(e) = registration.cancelGetKey(&cb) { in get_rkpd_attestation_key_from_registration_async()
231 let registration = get_rkpd_registration(rpc_name) in get_rkpd_attestation_key_async() localVariable
234 get_rkpd_attestation_key_from_registration_async(®istration, caller_uid).await in get_rkpd_attestation_key_async()
269 registration: &Strong<dyn IRegistration>, in store_rkpd_attestation_key_with_registration_async()
276 registration in store_rkpd_attestation_key_with_registration_async()
292 let registration = get_rkpd_registration(rpc_name) in store_rkpd_attestation_key_async() localVariable
295 store_rkpd_attestation_key_with_registration_async(®istration, key_blob, upgraded_blob).await in store_rkpd_attestation_key_async()
428 let registration = get_mock_registration(&key, /*latency=*/ None); in test_get_registration_cb_success() localVariable
429 assert!(registration.is_ok()); in test_get_registration_cb_success()
512 let registration = get_mock_registration(&mock_key, /*latency=*/ None).unwrap(); in test_get_mock_key_success() localVariable
515 .block_on(get_rkpd_attestation_key_from_registration_async(®istration, 0)) in test_get_mock_key_success()
525 let registration = get_mock_registration(&mock_key, Some(latency)).unwrap(); in test_get_mock_key_timeout() localVariable
528 tokio_rt().block_on(get_rkpd_attestation_key_from_registration_async(®istration, 0)); in test_get_mock_key_timeout()
536 let registration = get_mock_registration(&mock_key, /*latency=*/ None).unwrap(); in test_store_mock_key_success() localVariable
538 .block_on(store_rkpd_attestation_key_with_registration_async(®istration, &[], &[])) in test_store_mock_key_success()
547 let registration = get_mock_registration(&mock_key, Some(latency)).unwrap(); in test_store_mock_key_timeout() localVariable
550 ®istration, in test_store_mock_key_timeout()