Lines Matching refs:Paused
115 struct Paused : public msm::front::state<> struct
262 … Row < Playing , pause , Paused , pause_playback , none >,
265 … Row < Paused , end_pause , Playing , resume_playback , none >,
266 … Row < Paused , stop , Stopped , stop_playback , none >,
267 … Row < Paused , open_close , Open , stop_and_open , none >
289 fsm.template get_state<player_::Paused&>().entry_counter=0; in on_entry()
290 fsm.template get_state<player_::Paused&>().exit_counter=0; in on_entry()
336 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 1,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
342 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().exit_counter == 1,"Paused exit not called corr… in BOOST_AUTO_TEST_CASE()
351 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 2,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
353 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().exit_counter == 2,"Paused exit not called corr… in BOOST_AUTO_TEST_CASE()