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

  /system/connectivity/shill/
http_proxy.cc 211 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(500, kInternalErrorMsg)
    [all...]
http_proxy_unittest.cc 405 void SendClientError(int code, const string& error) {
406 proxy_.SendClientError(code, error);
546 TEST_F(HTTPProxyTest, SendClientError) {
549 SendClientError(500, "This is an error");

Completed in 879 milliseconds