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

  /system/netd/server/
ResponseCode.h 53 static const int DnsProxyOperationFailed = 401;
DnsProxyListener.cpp 169 mClient->sendBinaryMsg(ResponseCode::DnsProxyOperationFailed, &rv, sizeof(rv));
364 success = mClient->sendBinaryMsg(ResponseCode::DnsProxyOperationFailed, NULL, 0) == 0;
481 success = mClient->sendBinaryMsg(ResponseCode::DnsProxyOperationFailed, NULL, 0) == 0;

Completed in 670 milliseconds