Home
last modified time | relevance | path

Searched refs:InsecureChannelCredentialsImpl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/cpp/client/
H A Dinsecure_credentials.cc29 class InsecureChannelCredentialsImpl final : public ChannelCredentials { class
31 InsecureChannelCredentialsImpl() in InsecureChannelCredentialsImpl() function in grpc::__anoncbee71110111::InsecureChannelCredentialsImpl
50 return std::make_shared<InsecureChannelCredentialsImpl>(); in InsecureChannelCredentials()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dinsecure_credentials.cc35 class InsecureChannelCredentialsImpl final : public ChannelCredentials { class
69 new InsecureChannelCredentialsImpl()); in InsecureChannelCredentials()