Searched refs:CreateChannelInternal (Results 1 – 14 of 14) sorted by relevance
35 return CreateChannelInternal( in CreateInsecureChannelFromFd()45 return CreateChannelInternal("", grpc_insecure_channel_create_from_fd( in CreateCustomInsecureChannelFromFd()
31 std::shared_ptr<Channel> CreateChannelInternal(const grpc::string& host,
27 std::shared_ptr<Channel> CreateChannelInternal(const grpc::string& host, in CreateChannelInternal() function
37 return CreateChannelInternal( in CreateChannel()
43 : CreateChannelInternal( in CreateCustomChannel()
36 return CreateChannelInternal( in CreateChannel()
41 return CreateChannelInternal( in CreateChannel()
56 return CreateChannelInternal(config_); in CreateChannel()60 return CreateChannelInternal(external_config); in CreateChannel()63 ChannelOwner ChannelManager::CreateChannelInternal(const Config& config) { in CreateChannelInternal() function in webrtc::voe::ChannelManager
120 ChannelOwner CreateChannelInternal(const Config& config);
64 friend std::shared_ptr<Channel> CreateChannelInternal(
121 channel_ = CreateChannelInternal("", channel); in EndpointPairFixture()
221 channel_ = CreateChannelInternal("", channel); in EndpointPairFixture()
135 grpc::testing::EchoTestService::NewStub(grpc::CreateChannelInternal( in BM_LameChannelCallCreateCpp()
475 return CreateChannelInternal( in InProcessChannel()