Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc36 for (auto* watcher_ptr : cert_info.root_cert_watchers) { in SetKeyMaterials()
109 for (auto* watcher_ptr : cert_info.root_cert_watchers) { in SetErrorForCert()
201 start_watching_root_cert = cert_info.root_cert_watchers.empty(); in WatchTlsCertificates()
204 cert_info.root_cert_watchers.insert(watcher_ptr); in WatchTlsCertificates()
215 !cert_info.root_cert_watchers.empty(); in WatchTlsCertificates()
283 cert_info.root_cert_watchers.erase(watcher); in CancelTlsCertificatesWatch()
284 stop_watching_root_cert = cert_info.root_cert_watchers.empty(); in CancelTlsCertificatesWatch()
298 !cert_info.root_cert_watchers.empty(); in CancelTlsCertificatesWatch()
Dgrpc_tls_certificate_distributor.h178 std::set<TlsCertificatesWatcherInterface*> root_cert_watchers; member