Home
last modified time | relevance | path

Searched defs:fallback_creds (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/cpp/client/
H A Dxds_credentials.cc30 const std::shared_ptr<ChannelCredentials>& fallback_creds) in XdsChannelCredentialsImpl()
38 const std::shared_ptr<ChannelCredentials>& fallback_creds) { in XdsCredentials()
46 const std::shared_ptr<ChannelCredentials>& fallback_creds) { in XdsCredentials()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dxds_credentials.cc31 const std::shared_ptr<ChannelCredentials>& fallback_creds) { in XdsCredentials()
49 const std::shared_ptr<ChannelCredentials>& fallback_creds) { in XdsCredentials()
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_xds_server_credentials.c114 VALUE fallback_creds) { in grpc_rb_xds_server_credentials_init()
H A Drb_xds_channel_credentials.c130 VALUE fallback_creds) { in grpc_rb_xds_channel_credentials_init()
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dchannel_credentials.c249 zval* fallback_creds = NULL; in PHP_METHOD() local