Lines Matching refs:ServerIdentity
82 struct ServerIdentity { struct
86 explicit ServerIdentity(const DnsTlsServer& server) in ServerIdentity() argument
88 ServerIdentity(const netdutils::IPSockAddr& addr, const std::string& host) in ServerIdentity() argument
91 bool operator<(const ServerIdentity& other) const {
94 bool operator==(const ServerIdentity& other) const {
122 base::Result<void> requestDotValidation(unsigned netId, const ServerIdentity& identity,
144 base::Result<DnsTlsServer*> getDotServer(const ServerIdentity& identity, unsigned netId)
147 base::Result<DnsTlsServer*> getDotServerLocked(const ServerIdentity& identity, unsigned netId)
155 void startDotValidation(const ServerIdentity& identity, unsigned netId, bool isRevalidation)
158 bool recordDotValidation(const ServerIdentity& identity, unsigned netId, bool success,
161 void sendPrivateDnsValidationEvent(const ServerIdentity& identity, unsigned netId,
169 void updateServerState(const ServerIdentity& identity, Validation state, uint32_t netId)
184 std::map<unsigned, std::map<ServerIdentity, DnsTlsServer>> mDotTracker
190 bool needReportEvent(uint32_t netId, ServerIdentity identity, bool success) const
219 bool operator<(const ServerIdentity& other) const {
223 bool operator==(const ServerIdentity& other) const {
305 RecordEntry(uint32_t netId, const ServerIdentity& identity, Validation state) in RecordEntry()
309 const ServerIdentity serverIdentity;