Searched defs:SendClientError (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dhttp_proxy.cc211 SendClientError(500, "Could not create socket to connect to server");
221 SendClientError(502, string("Could not resolve hostname: ") +
232 SendClientError(500, string("Socket connection delayed failure: ") +
305 SendClientError(400, "I don't know what host you want me to connect to");
314 SendClientError(400, "Too many colons in hostname");
319 SendClientError(400, "Could not parse port number");
338 SendClientError(502, "Could not resolve hostname: " + error.message());
370 SendClientError(500, kInternalErrorMsg);
416 SendClientError(500, kInternalErrorMsg);
452 SendClientError(50
539 void HTTPProxy::SendClientError(int code, const string& error) { function in class:shill::HTTPProxy
[all...]
H A Dhttp_proxy_unittest.cc405 void SendClientError(int code, const string& error) { function in class:shill::HTTPProxyTest
406 proxy_.SendClientError(code, error);
546 TEST_F(HTTPProxyTest, SendClientError) {
549 SendClientError(500, "This is an error");

Completed in 184 milliseconds