Home
last modified time | relevance | path

Searched refs:ActionComplete (Results 1 – 16 of 16) sorted by relevance

/system/connectivity/shill/
Dhook_table_unittest.cc73 hook_table_.ActionComplete(kName); in TEST_F()
81 hook_table->ActionComplete(name); in ACTION_P2()
85 hook_table->ActionComplete(name); in ACTION_P2()
164 hook_table_.ActionComplete(kName2); in TEST_F()
165 hook_table_.ActionComplete(kName3); in TEST_F()
182 hook_table_.ActionComplete(kName1); in TEST_F()
183 hook_table_.ActionComplete(kName3); in TEST_F()
205 hook_table_.ActionComplete(kName); in TEST_F()
227 hook_table_.ActionComplete(kName); in TEST_F()
274 hook_table_.ActionComplete(kName); in TEST_F()
Dhook_table.h69 void ActionComplete(const std::string& name);
Dhook_table.cc61 void HookTable::ActionComplete(const std::string& name) { in ActionComplete() function in shill::HookTable
Dmanager.cc1507 termination_actions_.ActionComplete(name); in TerminationActionComplete()
/system/update_engine/common/
Daction_processor_unittest.cc52 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
216 action_processor_.ActionComplete(&mock_action_, ErrorCode::kSuccess); in TEST_F()
233 action_processor_.ActionComplete(&mock_action_, ErrorCode::kSuccess); in TEST_F()
Daction_unittest.cc49 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
Daction_processor.h89 void ActionComplete(AbstractAction* actionptr, ErrorCode code);
Dtest_utils.h234 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
268 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Daction_processor.cc107 void ActionProcessor::ActionComplete(AbstractAction* actionptr, in ActionComplete() function in chromeos_update_engine::ActionProcessor
Dutils.h441 processor_->ActionComplete(action_, code_); in ~ScopedActionCompleter()
/system/update_engine/payload_consumer/
Ddownload_action.cc318 processor_->ActionComplete(this, code); in TransferComplete()
323 processor_->ActionComplete(this, code_); in TransferTerminated()
Dinstall_plan.h139 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Dfilesystem_verifier_action.cc126 processor_->ActionComplete(this, code); in Cleanup()
Ddownload_action_unittest.cc344 processor()->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
/system/update_engine/
Domaha_request_action.cc628 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Domaha_request_action_unittest.cc284 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()