Searched defs:registration (Results 1 – 3 of 3) sorted by relevance
131 let registration = get_mock_registration(&key, /*latency=*/ None); in test_get_registration_cb_success() localVariable215 let registration = get_mock_registration(&mock_key, /*latency=*/ None).unwrap(); in test_get_mock_key_success() localVariable228 let registration = get_mock_registration(&mock_key, Some(latency)).unwrap(); in test_get_mock_key_timeout() localVariable239 let registration = get_mock_registration(&mock_key, /*latency=*/ None).unwrap(); in test_store_mock_key_success() localVariable250 let registration = get_mock_registration(&mock_key, Some(latency)).unwrap(); in test_store_mock_key_timeout() localVariable
231 let registration = get_rkpd_registration(rpc_name) in get_rkpd_attestation_key_async() localVariable292 let registration = get_rkpd_registration(rpc_name) in store_rkpd_attestation_key_async() localVariable
133 Status onSuccess(const sp<IRegistration>& registration) override { in onSuccess()