HomeSort by relevance Sort by last modified time
    Searched refs:DNSClientState (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
dns_client.h 40 struct DNSClientState;
103 std::unique_ptr<DNSClientState> resolver_state_;
dns_client.cc 67 struct DNSClientState {
68 DNSClientState() : channel(nullptr), start_time{} {}
115 resolver_state_.reset(new DNSClientState);

Completed in 335 milliseconds