Lines Matching refs:Paused
130 struct Paused : public msm::front::state<> struct
184 a_row < Playing , pause , Paused , &p::pause_playback >,
187 a_row < Paused , end_pause , Playing , &p::resume_playback >,
188 a_row < Paused , stop , Stopped , &p::stop_playback >,
189 a_row < Paused , open_close , Open , &p::stop_and_open >
211 fsm.template get_state<player_::Paused&>().entry_counter=0; in on_entry()
212 fsm.template get_state<player_::Paused&>().exit_counter=0; in on_entry()
283 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 1,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
288 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().exit_counter == 1,"Paused exit not called corr… in BOOST_AUTO_TEST_CASE()
294 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 2,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
298 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().exit_counter == 2,"Paused exit not called corr… in BOOST_AUTO_TEST_CASE()