Searched refs:updateServerState (Results 1 – 2 of 2) sorted by relevance
/packages/modules/DnsResolver/ |
D | PrivateDnsConfiguration.cpp | 178 updateServerState(identity, Validation::success_but_expired, netId); in setDot() 182 updateServerState(identity, Validation::in_process, netId); in setDot() 333 updateServerState(identity, Validation::in_process, netId); in requestDotValidation() 475 updateServerState(identity, Validation::success, netId); in recordDotValidation() 482 updateServerState(identity, result, netId); in recordDotValidation() 489 void PrivateDnsConfiguration::updateServerState(const ServerIdentity& identity, Validation state, in updateServerState() function in android::net::PrivateDnsConfiguration
|
D | PrivateDnsConfiguration.h | 169 void updateServerState(const ServerIdentity& identity, Validation state, uint32_t netId)
|