Searched refs:watcher_info (Results 1 – 1 of 1) sorted by relevance
160 const auto& watcher_info = watcher.second; in SetError() local162 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() local276 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()