Home
last modified time | relevance | path

Searched refs:CreateChannelInternal (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/cpp/client/
Dcreate_channel_posix.cc35 return CreateChannelInternal( in CreateInsecureChannelFromFd()
45 return CreateChannelInternal("", grpc_insecure_channel_create_from_fd( in CreateCustomInsecureChannelFromFd()
Dcreate_channel_internal.h31 std::shared_ptr<Channel> CreateChannelInternal(const grpc::string& host,
Dcreate_channel_internal.cc27 std::shared_ptr<Channel> CreateChannelInternal(const grpc::string& host, in CreateChannelInternal() function
Dinsecure_credentials.cc37 return CreateChannelInternal( in CreateChannel()
Dcreate_channel.cc43 : CreateChannelInternal( in CreateCustomChannel()
Dcronet_credentials.cc36 return CreateChannelInternal( in CreateChannel()
Dsecure_credentials.cc41 return CreateChannelInternal( in CreateChannel()
/external/webrtc/webrtc/voice_engine/
Dchannel_manager.cc56 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
Dchannel_manager.h120 ChannelOwner CreateChannelInternal(const Config& config);
/external/grpc-grpc/include/grpcpp/
Dchannel.h64 friend std::shared_ptr<Channel> CreateChannelInternal(
/external/grpc-grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc121 channel_ = CreateChannelInternal("", channel); in EndpointPairFixture()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h221 channel_ = CreateChannelInternal("", channel); in EndpointPairFixture()
Dbm_call_create.cc135 grpc::testing::EchoTestService::NewStub(grpc::CreateChannelInternal( in BM_LameChannelCallCreateCpp()
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc475 return CreateChannelInternal( in InProcessChannel()