OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_event_callback_
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/
http_request.cc
132
read_event_callback_
= read_event_callback;
155
read_event_callback_
.Reset();
238
if (!
read_event_callback_
.is_null()) {
239
read_event_callback_
.Run(response_data_);
http_request.h
130
base::Callback<void(const ByteString&)>
read_event_callback_
;
member in class:shill::HTTPRequest
http_request_unittest.cc
104
:
read_event_callback_
(
113
return
read_event_callback_
;
121
Callback<void(const ByteString&)>
read_event_callback_
;
member in class:shill::HTTPRequestTest::CallbackTarget
167
EXPECT_TRUE(request_->
read_event_callback_
.is_null());
Completed in 55 milliseconds