Home
last modified time | relevance | path

Searched refs:DNSClientState (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Ddns_client.h40 struct DNSClientState;
103 std::unique_ptr<DNSClientState> resolver_state_;
Ddns_client.cc67 struct DNSClientState { struct
68 DNSClientState() : channel(nullptr), start_time{} {} in DNSClientState() function
115 resolver_state_.reset(new DNSClientState); in Start()