Searched defs:test_client (Results 1 – 1 of 1) sorted by relevance
577 let test_client: Strong<dyn ITest> = in trivial_client() localVariable586 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::get_interface(service_name) in trivial_client_async() localVariable596 let test_client: Strong<dyn ITest> = in wait_for_trivial_client() localVariable605 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::wait_for_interface(service_name) in wait_for_trivial_client_async() localVariable629 let test_client: Strong<dyn ITest> = in get_selinux_context() localVariable638 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::get_interface(service_name) in get_selinux_context_async() localVariable651 let test_client: Strong<dyn ITest> = in get_selinux_context_sync_to_async() localVariable653 let test_client = test_client.into_async::<Tokio>(); in get_selinux_context_sync_to_async() localVariable664 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::get_interface(service_name) in get_selinux_context_async_to_sync() localVariable667 let test_client = test_client.into_sync(); in get_selinux_context_async_to_sync() localVariable[all …]