Lines Matching full:transition
88 * @brief Signature used to notify an on-off manager that a transition
91 * Functions of this type are passed to service-specific transition
95 * @param mgr the manager for which transition was requested.
97 * @param res the result of the transition. This shall be
106 * transition.
109 * to be notified that a transition is required, and a third optional
121 * @param mgr the manager for which transition was requested.
123 * @param notify the function to be invoked when the transition has
124 * completed. If the transition is synchronous, notify shall be
125 * invoked by the implementation before the transition function
127 * and invoke it when the transition completes.
132 /** @brief On-off service transition functions. */
134 /** Function to invoke to transition the service to on. */
137 /** Function to invoke to transition the service to off. */
161 * errors and transition completion.
165 /** Transition functions. */
171 /** The result of the last transition. */
183 * @param _start a function used to transition from off to on state.
185 * @param _stop a function used to transition from on to off state.
214 * @param transitions pointer to a structure providing transition
354 * last request is released the manager will initiate a transition to
379 * transition that was initiated on behalf of the client will continue
380 * to progress to completion: it is only notification of transition
382 * when a transition to on completes the manager will initiate a
383 * transition to off.
426 * transition completed.
429 * transition completed.
463 * @note Due to the conditions on state transition all incomplete
486 * errors or completion of a state transition.
500 * @param mgr the manager for which a transition has completed.
604 * @brief Process the completion of a transition in a synchronous
625 * @param res the result of the transition. A negative value places the service