Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dhttp_request.cc132 read_event_callback_ = read_event_callback; in Start()
155 read_event_callback_.Reset(); in Stop()
238 if (!read_event_callback_.is_null()) { in ReadFromServer()
239 read_event_callback_.Run(response_data_); in ReadFromServer()
Dhttp_request_unittest.cc104 : read_event_callback_( in CallbackTarget()
113 return read_event_callback_; in read_event_callback()
121 Callback<void(const ByteString&)> read_event_callback_; member in shill::HTTPRequestTest::CallbackTarget
167 EXPECT_TRUE(request_->read_event_callback_.is_null()); in ExpectReset()
Dhttp_request.h130 base::Callback<void(const ByteString&)> read_event_callback_; variable