Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/unsolicited_listener/
Dunsolicited_event_listener.h78 using ServerKey = std::tuple<int, std::string, int>;
82 bool findAndRemoveValidationRecord(const ServerKey& key, int value) REQUIRES(mMutex);
88 std::map<ServerKey, int> mValidationRecords GUARDED_BY(mMutex);
Dunsolicited_event_listener.cpp78 bool UnsolicitedEventListener::findAndRemoveValidationRecord(const ServerKey& key, int value) { in findAndRemoveValidationRecord()
/packages/modules/DnsResolver/tests/dns_metrics_listener/
Ddns_metrics_listener.h102 typedef std::pair<int32_t, std::string> ServerKey; typedef
106 bool findAndRemoveValidationRecord(const ServerKey& key, const bool value) REQUIRES(mMutex);
122 std::map<ServerKey, bool> mValidationRecords GUARDED_BY(mMutex);
Ddns_metrics_listener.cpp102 bool DnsMetricsListener::findAndRemoveValidationRecord(const ServerKey& key, const bool value) { in findAndRemoveValidationRecord()