HomeSort by relevance Sort by last modified time
    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