Searched defs:ModuleStates (Results 1 – 2 of 2) sorted by relevance
152 struct ModuleStates : public ITimerObserver, private TimerMgr, private StateGroup { struct175 bool isInitSucc_ = false;176 std::map<State, StateActions*> states_;177 std::string name_;
34 ModuleStates::ModuleStates(const State &defaultState, const std::string &name, const std::string &t… in ModuleStates() function in OHOS::IntellVoiceUtils::ModuleStates