Searched refs:tokio_rt (Results 1 – 1 of 1) sorted by relevance
39 fn tokio_rt() -> tokio::runtime::Runtime { in tokio_rt() function300 tokio_rt().block_on(get_rkpd_attestation_key_async(rpc_name, caller_uid)) in get_rkpd_attestation_key()309 tokio_rt().block_on(store_rkpd_attestation_key_async(rpc_name, key_blob, upgraded_blob)) in store_rkpd_attestation_key()415 tokio_rt().block_on(rx).unwrap() in get_mock_registration()438 let result = tokio_rt().block_on(rx).unwrap(); in test_get_registration_cb_cancel()448 let result = tokio_rt().block_on(rx).unwrap(); in test_get_registration_cb_error()460 let key = tokio_rt().block_on(rx).unwrap().unwrap(); in test_get_key_cb_success()470 let result = tokio_rt().block_on(rx).unwrap(); in test_get_key_cb_cancel()481 let result = tokio_rt().block_on(rx).unwrap(); in test_get_key_cb_error()495 tokio_rt().block_on(rx).unwrap().unwrap(); in test_store_upgraded_cb_success()[all …]