Searched refs:registration (Results 1 – 10 of 10) sorted by relevance
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() localVariable234 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[all …]
133 Status onSuccess(const sp<IRegistration>& registration) override { in onSuccess() argument138 auto status = registration->getKey(keyId_, cb); in onSuccess()
24 # For registration with system server as a process observer.
5 # Needed for stats callback registration to statsd.
43 # Needed for stats callback registration to statsd.
28 # Needed for stats callback registration to statsd.
25 * @param preexisting If true, this means the registration was
124 * @return success Whether or not registration was successful.
27 * If the service has clients at the time of registration, the callback is called with
175 - Client registration cleanup