Lines Matching full:transition
48 info("A scheduled host transition request has been made for {TIME}", "TIME", in scheduledTime()
52 // 0 means the function Scheduled Host Transition is disabled in scheduledTime()
58 "scheduledTime: The function Scheduled Host Transition is disabled."); in scheduledTime()
67 "Scheduled time is earlier than current time. Fail to schedule host transition."); in scheduledTime()
73 // Start a timer to do host transition at scheduled time in scheduledTime()
109 // Set RestartCause to indicate this transition is occurring due to a in hostTransition()
110 // scheduled host transition as long as it's not an off request in hostTransition()
111 if (HostTransition::scheduledTransition() != HostState::Transition::Off) in hostTransition()
123 // Stop timer, since we need to do host transition once only in callback()
126 // Set scheduledTime to 0 to disable host transition and update scheduled in callback()
201 "handleTimeUpdates: The function Scheduled Host Transition is disabled."); in handleTimeUpdates()
222 "BMC is not at ready, reschedule transition request for 60s"); in handleTimeUpdates()
231 // Set scheduledTime to 0 to disable host transition and update in handleTimeUpdates()
237 // Start a timer to do host transition at scheduled time in handleTimeUpdates()
271 Transition& trans) in deserializeScheduledValues()
297 Transition trans; in restoreScheduledValues()
302 HostTransition::scheduledTransition(Transition::On); in restoreScheduledValues()