Lines Matching refs:Paused
103 struct Paused : public msm::front::state<> struct
157 a_row < Playing , pause , Paused , &p::pause_playback >,
160 a_row < Paused , end_pause , Playing , &p::resume_playback >,
161 a_row < Paused , stop , Stopped , &p::stop_playback >,
162 a_row < Paused , open_close , Open , &p::stop_and_open >
183 fsm.template get_state<player_::Paused&>().entry_counter=0; in on_entry()
184 fsm.template get_state<player_::Paused&>().exit_counter=0; in on_entry()
233 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 1,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
238 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().exit_counter == 1,"Paused exit not called corr… in BOOST_AUTO_TEST_CASE()
244 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 2,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
248 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().exit_counter == 2,"Paused exit not called corr… in BOOST_AUTO_TEST_CASE()