Searched refs:kInternalErrorMsg (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/
H A Dhttp_proxy.cc71 const char HTTPProxy::kInternalErrorMsg[] = "Proxy Failed: Internal Error"; member in class:shill::HTTPProxy
370 SendClientError(500, kInternalErrorMsg);
416 SendClientError(500, kInternalErrorMsg);
452 SendClientError(500, kInternalErrorMsg);
H A Dhttp_proxy.h105 static const char kInternalErrorMsg[]; // Message to send on failure. member in class:shill::HTTPProxy
H A Dhttp_proxy_unittest.cc291 ExpectClientError(500, HTTPProxy::kInternalErrorMsg);

Completed in 65 milliseconds