HomeSort by relevance Sort by last modified time
    Searched refs:SuspendAction (Results 1 - 9 of 9) sorted by null

  /system/update_engine/common/
mock_action.h 45 MOCK_METHOD0(SuspendAction, void());
action.h 133 virtual void SuspendAction() {}
action_processor_unittest.cc 200 EXPECT_CALL(mock_action_, SuspendAction());
228 EXPECT_CALL(mock_action_, SuspendAction());
251 EXPECT_CALL(mock_action_, SuspendAction());
action_processor.cc 83 current_action_->SuspendAction();
  /system/update_engine/payload_consumer/
postinstall_runner_action.h 46 void SuspendAction() override;
137 // True if |current_command_| has been suspended by SuspendAction().
download_action.h 87 void SuspendAction() override;
download_action.cc 297 void DownloadAction::SuspendAction() {
postinstall_runner_action.cc 369 void PostinstallRunnerAction::SuspendAction() {
postinstall_runner_action_unittest.cc 120 postinstall_action_->SuspendAction();

Completed in 208 milliseconds