Searched refs:GetRegistrationCallback (Results 1 – 2 of 2) sorted by relevance
103 struct GetRegistrationCallback { struct107 impl GetRegistrationCallback { implementation112 GetRegistrationCallback { registration_tx: SafeSender::new(registration_tx) }; in new_native_binder()117 impl Interface for GetRegistrationCallback {} implementation119 impl IGetRegistrationCallback for GetRegistrationCallback { implementation150 let cb = GetRegistrationCallback::new_native_binder(tx); in get_rkpd_registration()411 let cb = GetRegistrationCallback::new_native_binder(tx); in get_mock_registration()435 let cb = GetRegistrationCallback::new_native_binder(tx); in test_get_registration_cb_cancel()445 let cb = GetRegistrationCallback::new_native_binder(tx); in test_get_registration_cb_error()
127 class GetRegistrationCallback : public BnGetRegistrationCallback { class129 GetRegistrationCallback(std::promise<std::optional<RemotelyProvisionedKey>> keyPromise, in GetRegistrationCallback() function in android::security::rkp::support::__anon923e75950111::GetRegistrationCallback189 auto cb = sp<GetRegistrationCallback>::make(std::move(keyPromise), keyId); in getRpcKeyFuture()