Home
last modified time | relevance | path

Searched refs:channel_creation_func (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dinterop_client.h45 explicit InteropClient(ChannelCreationFunc channel_creation_func,
98 ServiceStub(ChannelCreationFunc channel_creation_func,
Dstress_interop_client.cc71 ChannelCreationFunc channel_creation_func, in StressTestInteropClient() argument
76 channel_creation_func_(channel_creation_func), in StressTestInteropClient()
Dclient.cc103 grpc::testing::ChannelCreationFunc channel_creation_func = in main() local
105 grpc::testing::InteropClient client(channel_creation_func, true, in main()
Dstress_test.cc286 grpc::testing::ChannelCreationFunc channel_creation_func = std::bind( in main() local
297 ++thread_idx, *it, channel_creation_func, test_selector, in main()
Dstress_interop_client.h94 ChannelCreationFunc channel_creation_func,
Dinterop_client.cc78 ChannelCreationFunc channel_creation_func, bool new_stub_every_call) in ServiceStub() argument
79 : channel_creation_func_(channel_creation_func), in ServiceStub()
112 InteropClient::InteropClient(ChannelCreationFunc channel_creation_func, in InteropClient() argument
115 : serviceStub_(channel_creation_func, new_stub_every_test_case), in InteropClient()
/external/grpc-grpc/src/android/test/interop/app/src/main/cpp/
Dgrpc-interop.cc48 grpc::testing::ChannelCreationFunc channel_creation_func = in GetClient() local
51 new grpc::testing::InteropClient(channel_creation_func, true, false)); in GetClient()