Home
last modified time | relevance | path

Searched defs:IRegistration (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/rkpd_client/src/
Dlib.rs109 registration_tx: oneshot::Sender<Result<binder::Strong<dyn IRegistration>>>, in new_native_binder()
143 async fn get_rkpd_registration(rpc_name: &str) -> Result<binder::Strong<dyn IRegistration>> { in get_rkpd_registration()
204 registration: &Strong<dyn IRegistration>, in get_rkpd_attestation_key_from_registration_async()
269 registration: &Strong<dyn IRegistration>, in store_rkpd_attestation_key_with_registration_async()
334 ) -> Strong<dyn IRegistration> { in new_native_binder()
409 ) -> Result<binder::Strong<dyn IRegistration>> { in get_mock_registration()