Home
last modified time | relevance | path

Searched refs:OnServerReadError (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dhttp_request.cc223 void HTTPRequest::OnServerReadError(const string& /*error_msg*/) { in OnServerReadError() function in shill::HTTPRequest
298 Bind(&HTTPRequest::OnServerReadError, weak_ptr_factory_.GetWeakPtr()))); in WriteToServer()
Dhttp_request.h113 void OnServerReadError(const std::string& error_msg);
Dhttp_request_unittest.cc330 request_->OnServerReadError(string()); in CallServerErrorCallback()