Searched refs:staging_schedule (Results 1 – 3 of 3) sorted by relevance
40 StagingSchedule staging_schedule; in GetStagingSchedule() local41 if (!device_policy->GetDeviceUpdateStagingSchedule(&staging_schedule) || in GetStagingSchedule()42 staging_schedule.empty()) { in GetStagingSchedule()47 if (staging_schedule.back().percentage != 100) { in GetStagingSchedule()49 << staging_schedule.back().percentage; in GetStagingSchedule()57 for (const auto& staging_pair : staging_schedule) { in GetStagingSchedule()77 *staging_schedule_out = std::move(staging_schedule); in GetStagingSchedule()83 const StagingSchedule& staging_schedule) { in CalculateWaitTimeInDaysFromSchedule() argument86 for (const auto& staging_pair : staging_schedule) { in CalculateWaitTimeInDaysFromSchedule()101 StagingSchedule* staging_schedule) { in CalculateStagingCase() argument[all …]
48 const StagingSchedule& staging_schedule);66 StagingSchedule* staging_schedule);
52 void SetStagingSchedule(const StagingSchedule& staging_schedule) { in SetStagingSchedule() argument55 DoAll(SetArgPointee<0>(staging_schedule), Return(true))); in SetStagingSchedule()