Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/tests/
Dintegration.rs577 let test_client: Strong<dyn ITest> = in trivial_client() localVariable
586 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::get_interface(service_name) in trivial_client_async() localVariable
596 let test_client: Strong<dyn ITest> = in wait_for_trivial_client() localVariable
605 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::wait_for_interface(service_name) in wait_for_trivial_client_async() localVariable
629 let test_client: Strong<dyn ITest> = in get_selinux_context() localVariable
638 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::get_interface(service_name) in get_selinux_context_async() localVariable
651 let test_client: Strong<dyn ITest> = in get_selinux_context_sync_to_async() localVariable
653 let test_client = test_client.into_async::<Tokio>(); in get_selinux_context_sync_to_async() localVariable
664 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::get_interface(service_name) in get_selinux_context_async_to_sync() localVariable
667 let test_client = test_client.into_sync(); in get_selinux_context_async_to_sync() localVariable
[all …]