Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A 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 …]
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHostapdHalHidlImpTest.java963 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectSuccess() local
978 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectFailureDueToInvalidArg() local
998 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectFailure() local
1016 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testforceClientDisconnectRemoteException() local
1031 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testforceClientDisconnectHIDLNotSupport() local
DHostapdHalAidlImpTest.java693 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectSuccess() local
711 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectFailureDueToInvalidArg() local
730 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testforceClientDisconnectServiceException() local
749 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testforceClientDisconnectRemoteException() local
DHostapdHalTest.java229 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnect() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/
Drun_channelz.py90 def debug_security_setup_negative(test_client): argument
135 def debug_security_setup_positive(test_client, test_server): argument
162 def debug_basic_setup(test_client, test_server): argument
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dcodegen_test.cc226 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local
269 test::pw_rpc::pwpb::TestService::DynamicClient test_client( in TEST() local
313 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dcodegen_test.cc218 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local
258 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/test_helpers/
Dmod.rs5 mod test_client; module
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_channel_args_test.py44 def test_client(self): member in ChannelArgsTest
/aosp_15_r20/external/python/google-auth-library-python/tests_async/oauth2/
Dtest__client_async.py29 from tests.oauth2 import test__client as test_client unknown
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dinterop_test.cc49 int test_client(const char* root, const char* host, int port) { in test_client() function
/aosp_15_r20/external/sdv/vsomeip/test/restart_routing_tests/
Drestart_routing_test_client.cpp153 routing_restart_test_client test_client; in TEST() local
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dchannel_argument_test.py124 async def test_client(self): member in TestChannelArgument
/aosp_15_r20/external/sdv/vsomeip/test/e2e_tests/
De2e_profile_04_test_client.cpp229 e2e_profile_04_test_client test_client; in TEST() local
De2e_test_client.cpp248 e2e_test_client test_client(is_remote_test, remote_client_allowed); in TEST() local
/aosp_15_r20/external/sdv/vsomeip/test/security_tests/
Dsecurity_test_client.cpp230 security_test_client test_client(is_remote_test, remote_client_allowed); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/
Dhost.rs85 fn test_client() -> TestClient { in test_client() function
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dvgem_basic.c65 static void test_client(int fd) in test_client() function
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/test_utils/src/
Dscenario_utils.rs164 let test_client = client in get_test_groups() localVariable
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_ssl.py225 async def test_client(addr): function
1091 async def test_client(addr): function