Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dtls_credentials_options.cc87 void TlsCredentialsOptions::set_check_call_host(bool check_call_host) { in set_check_call_host() function in grpc::experimental::TlsCredentialsOptions
/aosp_15_r20/external/grpc-grpc/src/cpp/common/
H A Dtls_credentials_options.cc121 void TlsCredentialsOptions::set_check_call_host(bool check_call_host) { in set_check_call_host() function in grpc::experimental::TlsCredentialsOptions
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_credentials_options.h72 void set_check_call_host(bool check_call_host) { check_call_host_ = check_call_host; } in set_check_call_host() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_credentials_options.h75 void set_check_call_host(bool check_call_host) { check_call_host_ = check_call_host; } in set_check_call_host() function