Searched defs:ProcessingDoneTestParams (Results 1 – 1 of 1) sorted by relevance
137 struct ProcessingDoneTestParams { struct139 bool is_install = false;140 UpdateStatus status = UpdateStatus::CHECKING_FOR_UPDATE;141 ActionProcessor* processor = nullptr;142 ErrorCode code = ErrorCode::kSuccess;143 map<string, OmahaRequestParams::AppParams> dlc_apps_params;146 const bool kExpectedIsInstall = false;147 bool should_schedule_updates_be_called = true;148 UpdateStatus expected_exit_status = UpdateStatus::IDLE;149 bool should_install_completed_be_called = false;[all …]