Searched defs:ProcessingDoneTestParams (Results 1 – 1 of 1) sorted by relevance
136 struct ProcessingDoneTestParams { struct138 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;[all …]