Home
last modified time | relevance | path

Searched refs:SetClientResponse (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dhttp_proxy.h120 void SetClientResponse(int code, const std::string& type,
Dhttp_proxy.cc242 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