Lines Matching refs:ModuleStates
34 ModuleStates::ModuleStates(const State &defaultState, const std::string &name, const std::string &t… in ModuleStates() function in OHOS::IntellVoiceUtils::ModuleStates
42 ModuleStates::~ModuleStates() in ~ModuleStates()
53 StateActions& ModuleStates::ForState(const State &s) in ForState()
69 StateActions& ModuleStates::ForState(int simpleState) in ForState()
74 StateGroup& ModuleStates::FromState(int simpleStateStart, int simpleStateEnd) in FromState()
84 void ModuleStates::ToState(std::map<State, StateActions*>::iterator &nextIt) in ToState()
104 void ModuleStates::OnTimerEvent(TimerEvent &info) in OnTimerEvent()
110 int ModuleStates::HandleMsg(const StateMsg &msg) in HandleMsg()
146 void ModuleStates::ResetTimerDelay() in ResetTimerDelay()
164 State ModuleStates::CurrState() const in CurrState()
173 bool ModuleStates::IsStatesInitSucc() const in IsStatesInitSucc()