Lines Matching refs:ServerIdentity
58 struct ServerIdentity { struct
62 explicit ServerIdentity(const IPrivateDnsServer& server) in ServerIdentity() function
65 bool operator<(const ServerIdentity& other) const {
68 bool operator==(const ServerIdentity& other) const {
88 base::Result<void> requestValidation(unsigned netId, const ServerIdentity& identity,
96 typedef std::map<ServerIdentity, std::unique_ptr<IPrivateDnsServer>> PrivateDnsTracker;
102 void startValidation(const ServerIdentity& identity, unsigned netId, bool isRevalidation)
105 bool recordPrivateDnsValidation(const ServerIdentity& identity, unsigned netId, bool success,
108 void sendPrivateDnsValidationEvent(const ServerIdentity& identity, unsigned netId, bool success)
116 void updateServerState(const ServerIdentity& identity, Validation state, uint32_t netId)
120 base::Result<IPrivateDnsServer*> getPrivateDns(const ServerIdentity& identity, unsigned netId)
123 base::Result<IPrivateDnsServer*> getPrivateDnsLocked(const ServerIdentity& identity,
151 RecordEntry(uint32_t netId, const ServerIdentity& identity, Validation state) in RecordEntry()
155 const ServerIdentity serverIdentity;