Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dhook_table.cc70 if (AllActionsComplete() && !done_callback_.is_null()) { in ActionComplete()
72 done_callback_.Run(Error(Error::kSuccess)); in ActionComplete()
73 done_callback_.Reset(); in ActionComplete()
83 done_callback_ = done; in Run()
121 done_callback_.Run(Error(Error::kOperationTimeout)); in ActionsTimedOut()
122 done_callback_.Reset(); in ActionsTimedOut()
Dhook_table.h114 ResultCallback done_callback_; variable
Dhook_table_unittest.cc59 ResultCallback* GetDoneCallback() { return &hook_table_.done_callback_; } in GetDoneCallback()