Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc160 const auto& watcher_info = watcher.second; in SetError() local
162 watcher_info.root_cert_name.has_value() ? GRPC_ERROR_REF(error) in SetError()
164 watcher_info.identity_cert_name.has_value() ? GRPC_ERROR_REF(error) in SetError()
275 WatcherInfo& watcher_info = it->second; in CancelTlsCertificatesWatch() local
276 root_cert_name = std::move(watcher_info.root_cert_name); in CancelTlsCertificatesWatch()
277 identity_cert_name = std::move(watcher_info.identity_cert_name); in CancelTlsCertificatesWatch()