Home
last modified time | relevance | path

Searched refs:PerformAction (Results 1 – 20 of 20) sorted by relevance

/system/update_engine/common/
Daction_processor_unittest.cc49 void PerformAction() {} in PerformAction() function in chromeos_update_engine::ActionProcessorTestAction
197 EXPECT_CALL(mock_action_, PerformAction()); in TEST_F()
225 EXPECT_CALL(mock_action_, PerformAction()); in TEST_F()
249 EXPECT_CALL(mock_action_, PerformAction()); in TEST_F()
Daction_processor.cc48 current_action_->PerformAction(); in StartProcessing()
144 current_action_->PerformAction(); in StartNextActionOrFinish()
Dmock_action.h43 MOCK_METHOD0(PerformAction, void());
Daction_pipe_unittest.cc45 void PerformAction() {} in PerformAction() function in chromeos_update_engine::ActionPipeTestAction
Daction_unittest.cc46 void PerformAction() {} in PerformAction() function in chromeos_update_engine::ActionTestAction
Dtest_utils.h228 void PerformAction() { in PerformAction() function
262 void PerformAction() { in PerformAction() function
Daction.h98 virtual void PerformAction() = 0;
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.h56 void PerformAction() override;
Dpostinstall_runner_action.h42 void PerformAction() override;
Ddownload_action.h86 void PerformAction() override;
Dinstall_plan.h134 void PerformAction() override { in PerformAction() function
Ddownload_action.cc168 void DownloadAction::PerformAction() { in PerformAction() function in chromeos_update_engine::DownloadAction
Dfilesystem_verifier_action.cc50 void FilesystemVerifierAction::PerformAction() { in PerformAction() function in chromeos_update_engine::FilesystemVerifierAction
Dpostinstall_runner_action.cc54 void PostinstallRunnerAction::PerformAction() { in PerformAction() function in chromeos_update_engine::PostinstallRunnerAction
Ddownload_action_unittest.cc339 void PerformAction() { in PerformAction() function in chromeos_update_engine::DownloadActionTestAction
/system/update_engine/
Domaha_response_handler_action.h51 void PerformAction() override;
Domaha_response_handler_action.cc50 void OmahaResponseHandlerAction::PerformAction() { in PerformAction() function in chromeos_update_engine::OmahaResponseHandlerAction
Domaha_request_action.h154 void PerformAction() override;
Domaha_request_action.cc624 void OmahaRequestAction::PerformAction() { in PerformAction() function in chromeos_update_engine::OmahaRequestAction
Domaha_request_action_unittest.cc279 void PerformAction() { in PerformAction() function in chromeos_update_engine::OutputObjectCollectorAction