Lines Matching refs:st
454 StateTransition st(this); in resolve() local
455 if (st.enter( RESOLVED ) && in resolve()
459 st.commit(); // changing state in resolve()
515 StateTransition st(this); in activate() local
516 if (st.enter( ACTIVE )) { in activate()
520 st.commit(); // changing state in activate()
572 StateTransition st(this); in deactivate() local
573 if (st.enter( FROZEN, StateTransition::FORCE )) { in deactivate()
576 st.commit(); in deactivate()
609 StateTransition st(this); in end() local
610 if (st.enter( ENDED, StateTransition::FORCE )) { in end()
613 st.commit(); // changing state in end()