Searched refs:watching_identity_certs_ (Results 1 – 2 of 2) sorted by relevance
159 if (watching_identity_certs_) { in UpdateIdentityCertNameAndDistributor()225 if (identity_being_watched && !watching_identity_certs_) { in WatchStatusCallback()226 watching_identity_certs_ = true; in WatchStatusCallback()235 } else if (!identity_being_watched && watching_identity_certs_) { in WatchStatusCallback()236 watching_identity_certs_ = false; in WatchStatusCallback()
97 bool watching_identity_certs_ = false; variable