Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc266 bool stop_watching_root_cert = false; in CancelTlsCertificatesWatch() local
284 stop_watching_root_cert = cert_info.root_cert_watchers.empty(); in CancelTlsCertificatesWatch()
287 if (stop_watching_root_cert && !already_watching_identity_for_root_cert) { in CancelTlsCertificatesWatch()
310 (stop_watching_root_cert || stop_watching_identity_cert)) { in CancelTlsCertificatesWatch()
311 watch_status_callback_(*root_cert_name, !stop_watching_root_cert, in CancelTlsCertificatesWatch()
314 if (stop_watching_root_cert) { in CancelTlsCertificatesWatch()