Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddns_client.h53 static const char kErrorBadQuery[]; variable
Ddns_client.cc59 const char DNSClient::kErrorBadQuery[] = "Locally we could not format a query"; member in shill::DNSClient
275 error_.Populate(Error::kOperationFailed, kErrorBadQuery); in ReceiveDNSReply()