OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnServerReadError
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/
http_request.h
113
void
OnServerReadError
(const std::string& error_msg);
http_request.cc
223
void HTTPRequest::
OnServerReadError
(const string& /*error_msg*/) {
298
Bind(&HTTPRequest::
OnServerReadError
, weak_ptr_factory_.GetWeakPtr())));
http_request_unittest.cc
330
request_->
OnServerReadError
(string());
Completed in 718 milliseconds