Lines Matching defs:ProcessingDoneTestParams
136 struct ProcessingDoneTestParams { struct
138 bool is_install = false;
139 UpdateStatus status = UpdateStatus::CHECKING_FOR_UPDATE;
140 ActionProcessor* processor = nullptr;
141 ErrorCode code = ErrorCode::kSuccess;
142 map<string, OmahaRequestParams::AppParams> dlc_apps_params;
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;
151 vector<string> args_to_update_completed;