Lines Matching defs:Result
86 fn onSuccess(&self, registration: &Strong<dyn IRegistration>) -> binder::Result<()> { in onSuccess()
91 fn onCancel(&self) -> binder::Result<()> { in onCancel()
100 fn onError(&self, description: &str) -> binder::Result<()> { in onError()
153 fn onSuccess(&self, key: &RemotelyProvisionedKey) -> binder::Result<()> { in onSuccess()
161 fn onCancel(&self) -> binder::Result<()> { in onCancel()
170 fn onError(&self, error: GetKeyErrorCode, description: &str) -> binder::Result<()> { in onError()
236 completer: oneshot::Sender<Result<()>>, in new_native_binder()
246 fn onSuccess(&self) -> binder::Result<()> { in onSuccess()
252 fn onError(&self, error: &str) -> binder::Result<()> { in onError()
267 ) -> Result<()> { in store_rkpd_attestation_key_with_registration_async()
286 ) -> Result<()> { in store_rkpd_attestation_key_async()
307 ) -> Result<()> { in store_rkpd_attestation_key()
366 fn getKey(&self, _: i32, cb: &Strong<dyn IGetKeyCallback>) -> binder::Result<()> { in getKey()
386 fn cancelGetKey(&self, _: &Strong<dyn IGetKeyCallback>) -> binder::Result<()> { in cancelGetKey()
395 ) -> binder::Result<()> { in storeUpgradedKeyAsync()