Home
last modified time | relevance | path

Searched defs:AsSecureCredentials (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.h59 SecureChannelCredentials* AsSecureCredentials() override { return this; } in AsSecureCredentials() function
80 SecureCallCredentials* AsSecureCredentials() override { return this; } in AsSecureCredentials() function
Dinsecure_credentials.cc60 SecureChannelCredentials* AsSecureCredentials() override { return nullptr; } in AsSecureCredentials() function in grpc::__anond8a5ce890111::InsecureChannelCredentialsImpl
Dcronet_credentials.cc48 SecureChannelCredentials* AsSecureCredentials() override { return nullptr; } in AsSecureCredentials() function in grpc::CronetChannelCredentialsImpl