Searched refs:UIServiceRunningState (Results 1 – 4 of 4) sorted by relevance
56 const UIServiceRunningState testValue = UIServiceRunningState::STATE_NOT_START;91 const UIServiceRunningState testValue = UIServiceRunningState::STATE_RUNNING;206 const UIServiceRunningState testValue = UIServiceRunningState::STATE_NOT_START;
73 if (state_ == UIServiceRunningState::STATE_RUNNING) { in OnStart()79 state_ = UIServiceRunningState::STATE_RUNNING; in OnStart()87 state_ = UIServiceRunningState::STATE_NOT_START; in OnStop()116 UIServiceRunningState state_;
36 enum class UIServiceRunningState { STATE_NOT_START, STATE_RUNNING }; enum46 UIServiceRunningState QueryServiceState() const;68 UIServiceRunningState state_;
40 state_(UIServiceRunningState::STATE_NOT_START) in UIMgrService()64 if (state_ == UIServiceRunningState::STATE_RUNNING) { in OnStart()70 state_ = UIServiceRunningState::STATE_RUNNING; in OnStart()108 state_ = UIServiceRunningState::STATE_NOT_START; in OnStop()112 UIServiceRunningState UIMgrService::QueryServiceState() const in QueryServiceState()