Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.h71 struct WatcherInfo { struct
82 std::map<std::string, WatcherInfo> watcher_info_; argument
101 struct WatcherInfo { struct
133 std::map<std::string, WatcherInfo> watcher_info_;
Dgrpc_tls_certificate_distributor.h155 struct WatcherInfo { struct
204 std::map<TlsCertificatesWatcherInterface*, WatcherInfo> watchers_;
Dgrpc_tls_certificate_provider.cc43 StaticDataCertificateProvider::WatcherInfo& info = watcher_info_[cert_name]; in StaticDataCertificateProvider()
133 FileWatcherCertificateProvider::WatcherInfo& info = in FileWatcherCertificateProvider()
219 const WatcherInfo& info = p.second; in ForceUpdate()
Dgrpc_tls_certificate_distributor.cc275 WatcherInfo& watcher_info = it->second; in CancelTlsCertificatesWatch()