OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout_callback_
(Results
1 - 8
of
8
) sorted by null
/system/connectivity/shill/
result_aggregator.cc
32
timeout_callback_
(base::Bind(&ResultAggregator::Timeout,
38
dispatcher->PostDelayedTask(
timeout_callback_
.callback(),
47
//
timeout_callback_
will automatically be canceled when its destructor
hook_table.cc
53
timeout_callback_
.Cancel();
71
timeout_callback_
.Cancel();
84
timeout_callback_
.Reset(Bind(&HookTable::ActionsTimedOut, Unretained(this)));
85
event_dispatcher_->PostDelayedTask(
timeout_callback_
.callback(), timeout_ms);
result_aggregator.h
107
base::CancelableClosure
timeout_callback_
;
member in class:shill::ResultAggregator
hook_table.h
119
base::CancelableClosure
timeout_callback_
;
member in class:shill::HookTable
icmp_session.cc
84
timeout_callback_
.Reset(Bind(&IcmpSession::ReportResultAndStopSession,
86
dispatcher_->PostDelayedTask(
timeout_callback_
.callback(),
100
timeout_callback_
.Cancel();
icmp_session.h
141
base::CancelableClosure
timeout_callback_
;
member in class:shill::IcmpSession
icmp_session_unittest.cc
137
EXPECT_TRUE(icmp_session_.
timeout_callback_
.IsCancelled());
/system/core/crash_reporter/
list_proxies.cc
124
timeout_callback_
(base::Bind(&ProxyResolver::HandleBrowserTimeout,
137
timeout_callback_
.callback(),
159
timeout_callback_
.Cancel();
173
timeout_callback_
.Cancel();
182
timeout_callback_
.Cancel();
229
base::CancelableClosure
timeout_callback_
;
member in class:__anon74633::ProxyResolver
Completed in 198 milliseconds