Searched refs:InProcessChannel (Results 1 – 16 of 16) sorted by relevance
48 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args) { in InProcessChannel() function49 return server_->InProcessChannel(args); in InProcessChannel()
177 std::shared_ptr<Channel> InProcessChannel( in InProcessChannel() function in grpc::testing::SynchronousServer179 return impl_->InProcessChannel(args); in InProcessChannel()
117 virtual std::shared_ptr<Channel> InProcessChannel(
190 std::shared_ptr<Channel> InProcessChannel( in InProcessChannel() function in grpc::testing::AsyncQpsServerTest192 return server_->InProcessChannel(args); in InProcessChannel()
284 local_workers[i]->InProcessChannel(channel_args)); in RunScenario()343 local_workers[i + num_servers]->InProcessChannel(channel_args)); in RunScenario()
479 channel_ = (*g_inproc_servers)[srv_num]->InProcessChannel(args); in ClientChannelInfo()
75 channel_ = server_->InProcessChannel(ChannelArguments()); in ResetStub()
58 channel_ = server_->InProcessChannel(args); in ResetStub()
123 std::shared_ptr<Channel> channel = this->server_->InProcessChannel(args); in ResetStub()
299 : server_->InProcessChannel(args); in ResetStub()1152 : server_->InProcessChannel(args); in TEST_P()
298 channel_ = server_->InProcessChannel(args); in ResetChannel()
100 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args);
56 and test it against a real client stub with an InProcessChannel.
152 [InProcessChannel](../core/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java),158 and test it against a real client stub with an InProcessChannel.
92 channel_ = server_->InProcessChannel(args); in FullstackFixture()
472 std::shared_ptr<Channel> Server::InProcessChannel( in InProcessChannel() function in grpc::Server