Lines Matching defs:Result
120 fn onSuccess(&self, registration: &Strong<dyn IRegistration>) -> binder::Result<()> { in onSuccess()
124 fn onCancel(&self) -> binder::Result<()> { in onCancel()
132 fn onError(&self, description: &str) -> binder::Result<()> { in onError()
178 fn onSuccess(&self, key: &RemotelyProvisionedKey) -> binder::Result<()> { in onSuccess()
185 fn onCancel(&self) -> binder::Result<()> { in onCancel()
192 fn onError(&self, error: GetKeyErrorCode, description: &str) -> binder::Result<()> { in onError()
243 completer: oneshot::Sender<Result<()>>, in new_native_binder()
253 fn onSuccess(&self) -> binder::Result<()> { in onSuccess()
258 fn onError(&self, error: &str) -> binder::Result<()> { in onError()
272 ) -> Result<()> { in store_rkpd_attestation_key_with_registration_async()
291 ) -> Result<()> { in store_rkpd_attestation_key_async()
308 ) -> Result<()> { in store_rkpd_attestation_key()