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

  /system/netd/
ResponseCode.h 54 static const int DnsProxyOperationFailed = 401;
DnsProxyListener.cpp 145 mClient->sendBinaryMsg(ResponseCode::DnsProxyOperationFailed, &rv, sizeof(rv));
359 success = mClient->sendBinaryMsg(ResponseCode::DnsProxyOperationFailed, NULL, 0) == 0;
497 success = mClient->sendBinaryMsg(ResponseCode::DnsProxyOperationFailed, NULL, 0) == 0;

Completed in 1069 milliseconds