Home
last modified time | relevance | path

Searched refs:CreateTestInterfaceClient (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/fuchsia/
H A Dscoped_natural_service_binding_unittest.cc40 CreateTestInterfaceClient(test_context_.published_services_natural()); in TEST_F()
42 CreateTestInterfaceClient(test_context_.published_services_natural()); in TEST_F()
56 auto stub = CreateTestInterfaceClient( in TEST_F()
58 auto stub2 = CreateTestInterfaceClient( in TEST_F()
84 CreateTestInterfaceClient(std::move(debug_directory_endpoints->client)); in TEST_F()
90 CreateTestInterfaceClient(test_context_.published_services_natural()); in TEST_F()
106 CreateTestInterfaceClient(test_context_.published_services_natural()); in TEST_F()
118 CreateTestInterfaceClient(test_context_.published_services_natural()); in TEST_F()
140 CreateTestInterfaceClient(test_context_.published_services_natural()); in TEST_F()
146 CreateTestInterfaceClient(test_context_.published_services_natural()); in TEST_F()
[all …]
H A Dscoped_natural_service_publisher_unittest.cc45 client_a = base::CreateTestInterfaceClient( in TEST_F()
54 auto client_b = base::CreateTestInterfaceClient( in TEST_F()
76 base::CreateTestInterfaceClient(pseudodir_endpoints->client.borrow()); in TEST_F()
85 base::CreateTestInterfaceClient(pseudodir_endpoints->client.borrow()); in TEST_F()
H A Dtest_interface_natural_impl.h34 fidl::Client<base_testfidl::TestInterface> CreateTestInterfaceClient(
H A Dtest_interface_natural_impl.cc26 fidl::Client<base_testfidl::TestInterface> CreateTestInterfaceClient( in CreateTestInterfaceClient() function