Home
last modified time | relevance | path

Searched defs:CreateChannelImpl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dinsecure_credentials.cc37 std::shared_ptr<Channel> CreateChannelImpl( in CreateChannelImpl() function in grpc::__anond8a5ce890111::InsecureChannelCredentialsImpl
Dcronet_credentials.cc40 std::shared_ptr<grpc::Channel> CreateChannelImpl( in CreateChannelImpl() function in grpc::CronetChannelCredentialsImpl
Dsecure_credentials.cc64 std::shared_ptr<Channel> SecureChannelCredentials::CreateChannelImpl( in CreateChannelImpl() function in grpc::SecureChannelCredentials
/aosp_15_r20/external/grpc-grpc/include/grpcpp/security/
H A Dcredentials.h97 virtual std::shared_ptr<Channel> CreateChannelImpl( in CreateChannelImpl() function