Searched refs:ActionComplete (Results 1 – 16 of 16) sorted by relevance
/system/connectivity/shill/ |
D | hook_table_unittest.cc | 73 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()
|
D | hook_table.h | 69 void ActionComplete(const std::string& name);
|
D | hook_table.cc | 61 void HookTable::ActionComplete(const std::string& name) { in ActionComplete() function in shill::HookTable
|
D | manager.cc | 1507 termination_actions_.ActionComplete(name); in TerminationActionComplete()
|
/system/update_engine/common/ |
D | action_processor_unittest.cc | 52 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()
|
D | action_unittest.cc | 49 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
|
D | action_processor.h | 89 void ActionComplete(AbstractAction* actionptr, ErrorCode code);
|
D | test_utils.h | 234 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction() 268 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
D | action_processor.cc | 107 void ActionProcessor::ActionComplete(AbstractAction* actionptr, in ActionComplete() function in chromeos_update_engine::ActionProcessor
|
D | utils.h | 441 processor_->ActionComplete(action_, code_); in ~ScopedActionCompleter()
|
/system/update_engine/payload_consumer/ |
D | download_action.cc | 318 processor_->ActionComplete(this, code); in TransferComplete() 323 processor_->ActionComplete(this, code_); in TransferTerminated()
|
D | install_plan.h | 139 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
D | filesystem_verifier_action.cc | 126 processor_->ActionComplete(this, code); in Cleanup()
|
D | download_action_unittest.cc | 344 processor()->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
/system/update_engine/ |
D | omaha_request_action.cc | 628 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
D | omaha_request_action_unittest.cc | 284 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|