Home
last modified time | relevance | path

Searched defs:ProcessingDoneTestParams (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dupdate_attempter_unittest.cc136 struct ProcessingDoneTestParams { struct
138 bool is_install = false;
140 ActionProcessor* processor = nullptr;
141 ErrorCode code = ErrorCode::kSuccess;
145 const bool kExpectedIsInstall = false;
146 bool should_schedule_updates_be_called = true;
147 UpdateStatus expected_exit_status = UpdateStatus::IDLE;
148 bool should_install_completed_be_called = false;
149 bool should_update_completed_be_called = false;
150 vector<string> args_to_install_completed;
[all …]