Home
last modified time | relevance | path

Searched refs:CreateChannelImpl (Results 1 – 9 of 9) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dcronet_credentials.cc40 std::shared_ptr<grpc::Channel> CreateChannelImpl( in CreateChannelImpl() function in grpc::CronetChannelCredentialsImpl
Dinsecure_credentials.cc37 std::shared_ptr<Channel> CreateChannelImpl( in CreateChannelImpl() function in grpc::__anon1220f9090111::InsecureChannelCredentialsImpl
Dcreate_channel.cc49 return creds ? creds->CreateChannelImpl(target, args) in CreateCustomChannel()
Dsecure_credentials.h56 std::shared_ptr<Channel> CreateChannelImpl(
Dsecure_credentials.cc64 std::shared_ptr<Channel> SecureChannelCredentials::CreateChannelImpl( in CreateChannelImpl() function in grpc::SecureChannelCredentials
/external/grpc-grpc/src/cpp/client/
Dcreate_channel.cc49 return creds ? creds->CreateChannelImpl(target, args) in CreateCustomChannel()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h100 virtual std::shared_ptr<Channel> CreateChannelImpl(
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dcredentials.h100 virtual std::shared_ptr<Channel> CreateChannelImpl(
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h97 virtual std::shared_ptr<Channel> CreateChannelImpl( in CreateChannelImpl() function