/system/update_engine/common/ |
D | action_processor.cc | 52 current_action_->PerformAction(); in StartProcessing() 144 current_action_->PerformAction(); in StartNextActionOrFinish()
|
D | action_processor_unittest.cc | 50 void PerformAction() {} in PerformAction() function in chromeos_update_engine::ActionProcessorTestAction 205 EXPECT_CALL(*mock_action_ptr_, PerformAction()); in TEST_F() 232 EXPECT_CALL(*mock_action_ptr_, PerformAction()); in TEST_F() 256 EXPECT_CALL(*mock_action_ptr_, PerformAction()); in TEST_F()
|
D | mock_action.h | 43 MOCK_METHOD0(PerformAction, void());
|
D | action_pipe_unittest.cc | 45 void PerformAction() {} in PerformAction() function in chromeos_update_engine::ActionPipeTestAction
|
D | action_unittest.cc | 49 void PerformAction() {} in PerformAction() function in chromeos_update_engine::ActionTestAction
|
D | test_utils.h | 203 void PerformAction() { in PerformAction() function 236 void PerformAction() { in PerformAction() function
|
D | action.h | 98 virtual void PerformAction() = 0;
|
/system/update_engine/ |
D | update_boot_flags_action.h | 31 void PerformAction() override;
|
D | update_boot_flags_action.cc | 29 void UpdateBootFlagsAction::PerformAction() { in PerformAction() function in chromeos_update_engine::UpdateBootFlagsAction
|
D | omaha_response_handler_action.h | 51 void PerformAction() override;
|
D | omaha_request_action.h | 161 void PerformAction() override;
|
D | omaha_response_handler_action.cc | 49 void OmahaResponseHandlerAction::PerformAction() { in PerformAction() function in chromeos_update_engine::OmahaResponseHandlerAction
|
D | omaha_request_action.cc | 824 void OmahaRequestAction::PerformAction() { in PerformAction() function in chromeos_update_engine::OmahaRequestAction
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.h | 58 void PerformAction() override;
|
D | postinstall_runner_action.h | 45 void PerformAction() override;
|
D | download_action.h | 85 void PerformAction() override;
|
D | install_plan.h | 178 void PerformAction() override { in PerformAction() function
|
D | filesystem_verifier_action.cc | 43 void FilesystemVerifierAction::PerformAction() { in PerformAction() function in chromeos_update_engine::FilesystemVerifierAction
|
D | postinstall_runner_action.cc | 56 void PostinstallRunnerAction::PerformAction() { in PerformAction() function in chromeos_update_engine::PostinstallRunnerAction
|
D | download_action.cc | 170 void DownloadAction::PerformAction() { in PerformAction() function in chromeos_update_engine::DownloadAction
|
D | download_action_unittest.cc | 431 void PerformAction() { in PerformAction() function in chromeos_update_engine::DownloadActionTestAction
|