Lines Matching full:transition
51 info("A scheduled host transition request has been made for {TIME}", "TIME", in scheduledTime()
55 // 0 means the function Scheduled Host Transition is disabled in scheduledTime()
61 "scheduledTime: The function Scheduled Host Transition is disabled."); in scheduledTime()
70 "Scheduled time is earlier than current time. Fail to schedule host transition."); in scheduledTime()
76 // Start a timer to do host transition at scheduled time in scheduledTime()
111 // Set RestartCause to indicate this transition is occurring due to a in hostTransition()
112 // scheduled host transition as long as it's not an off request in hostTransition()
113 if (HostTransition::scheduledTransition() != HostState::Transition::Off) in hostTransition()
125 // Stop timer, since we need to do host transition once only in callback()
128 // Set scheduledTime to 0 to disable host transition and update scheduled in callback()
203 "handleTimeUpdates: The function Scheduled Host Transition is disabled."); in handleTimeUpdates()
224 "BMC is not at ready, reschedule transition request for 60s"); in handleTimeUpdates()
233 // Set scheduledTime to 0 to disable host transition and update in handleTimeUpdates()
239 // Start a timer to do host transition at scheduled time in handleTimeUpdates()
273 Transition& trans) in deserializeScheduledValues()
299 Transition trans; in restoreScheduledValues()
304 HostTransition::scheduledTransition(Transition::On); in restoreScheduledValues()