Home
last modified time | relevance | path

Searched refs:read_event_callback (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dmock_http_request.h35 const base::Callback<void(const ByteString&)>& read_event_callback,
Dhttp_request.cc95 const Callback<void(const ByteString&)>& read_event_callback, in Start() argument
132 read_event_callback_ = read_event_callback; in Start()
Dhttp_request.h86 const base::Callback<void(const ByteString&)>& read_event_callback,
Dhttp_request_unittest.cc112 const Callback<void(const ByteString&)>& read_event_callback() { in read_event_callback() function in shill::HTTPRequestTest::CallbackTarget
303 target_.read_event_callback(), in StartRequest()