Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dobservability_client.cc146 using grpc::testing::CreateChannelForTestCase;
255 return CreateChannelForTestCase(test_case, std::move(factories), in main()
276 return CreateChannelForTestCase(test_case, std::move(factories), in main()
H A Dclient.cc142 using grpc::testing::CreateChannelForTestCase;
239 return CreateChannelForTestCase(test_case, std::move(factories), in main()
H A Dclient_helper.h43 std::shared_ptr<Channel> CreateChannelForTestCase(
H A Dclient_helper.cc80 std::shared_ptr<Channel> CreateChannelForTestCase( in CreateChannelForTestCase() function