Searched refs:staging_schedule (Results 1 – 3 of 3) sorted by relevance
42 StagingSchedule staging_schedule; in GetStagingSchedule() local43 if (!device_policy->GetDeviceUpdateStagingSchedule(&staging_schedule) || in GetStagingSchedule()44 staging_schedule.empty()) { in GetStagingSchedule()49 if (staging_schedule.back().percentage != 100) { in GetStagingSchedule()51 << staging_schedule.back().percentage; in GetStagingSchedule()59 for (const auto& staging_pair : staging_schedule) { in GetStagingSchedule()79 *staging_schedule_out = std::move(staging_schedule); in GetStagingSchedule()85 const StagingSchedule& staging_schedule) { in CalculateWaitTimeInDaysFromSchedule() argument88 for (const auto& staging_pair : staging_schedule) { in CalculateWaitTimeInDaysFromSchedule()104 StagingSchedule* staging_schedule) { in CalculateStagingCase() argument[all …]
48 const StagingSchedule& staging_schedule);67 StagingSchedule* staging_schedule);
51 void SetStagingSchedule(const StagingSchedule& staging_schedule) { in SetStagingSchedule() argument54 DoAll(SetArgPointee<0>(staging_schedule), Return(true))); in SetStagingSchedule()