OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:done_callback_
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/
hook_table.cc
70
if (AllActionsComplete() && !
done_callback_
.is_null()) {
72
done_callback_
.Run(Error(Error::kSuccess));
73
done_callback_
.Reset();
83
done_callback_
= done;
121
done_callback_
.Run(Error(Error::kOperationTimeout));
122
done_callback_
.Reset();
hook_table.h
114
ResultCallback
done_callback_
;
member in class:shill::HookTable
hook_table_unittest.cc
59
ResultCallback* GetDoneCallback() { return &hook_table_.
done_callback_
; }
Completed in 280 milliseconds