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/ | ||
D | insecure_credentials.cc | 37 std::shared_ptr<Channel> CreateChannelImpl( in CreateChannelImpl() function in grpc::__anond8a5ce890111::InsecureChannelCredentialsImpl |
D | cronet_credentials.cc | 40 std::shared_ptr<grpc::Channel> CreateChannelImpl( in CreateChannelImpl() function in grpc::CronetChannelCredentialsImpl |
D | secure_credentials.cc | 64 std::shared_ptr<Channel> SecureChannelCredentials::CreateChannelImpl( in CreateChannelImpl() function in grpc::SecureChannelCredentials |
/aosp_15_r20/external/grpc-grpc/include/grpcpp/security/ | ||
H A D | credentials.h | 97 virtual std::shared_ptr<Channel> CreateChannelImpl( in CreateChannelImpl() function |