Searched refs:channel_creation_func (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/test/cpp/interop/ |
D | client.cc | 179 grpc::testing::ChannelCreationFunc channel_creation_func; in main() local 182 channel_creation_func = [test_case]() { in main() 192 channel_creation_func = [test_case, additional_metadata]() { in main() 203 grpc::testing::InteropClient client(channel_creation_func, true, in main()
|
D | interop_client.h | 45 explicit InteropClient(ChannelCreationFunc channel_creation_func, 106 ServiceStub(ChannelCreationFunc channel_creation_func,
|
D | stress_interop_client.cc | 71 ChannelCreationFunc channel_creation_func, in StressTestInteropClient() argument 76 channel_creation_func_(std::move(channel_creation_func)), in StressTestInteropClient()
|
D | stress_test.cc | 286 grpc::testing::ChannelCreationFunc channel_creation_func = std::bind( in main() local 297 ++thread_idx, *it, channel_creation_func, test_selector, in main()
|
D | stress_interop_client.h | 94 ChannelCreationFunc channel_creation_func,
|
D | interop_client.cc | 83 ChannelCreationFunc channel_creation_func, bool new_stub_every_call) in ServiceStub() argument 84 : channel_creation_func_(std::move(channel_creation_func)), in ServiceStub() 117 InteropClient::InteropClient(ChannelCreationFunc channel_creation_func, in InteropClient() argument 120 : serviceStub_(std::move(channel_creation_func), new_stub_every_test_case), in InteropClient()
|
/third_party/grpc/src/android/test/interop/app/src/main/cpp/ |
D | grpc-interop.cc | 39 grpc::testing::ChannelCreationFunc channel_creation_func = in GetClient() local 42 new grpc::testing::InteropClient(channel_creation_func, true, false)); in GetClient()
|