Searched refs:SetClientResponse (Results 1 – 2 of 2) sorted by relevance
/system/connectivity/shill/ |
D | http_proxy.h | 120 void SetClientResponse(int code, const std::string& type,
|
D | http_proxy.cc | 242 SetClientResponse(200, "OK", "", ""); in OnConnectCompletion() 542 SetClientResponse(code, "ERROR", "text/plain", error); in SendClientError() 548 void HTTPProxy::SetClientResponse(int code, const string& type, in SetClientResponse() function in shill::HTTPProxy
|