Searched refs:STATE_INITIAL (Results 1 – 5 of 5) sorted by relevance
103 , mState(ICommonClock::STATE_INITIAL) in CommonTimeServer()287 case CommonClockService::STATE_INITIAL: in runStateMachine_l()341 if ((mState != ICommonClock::STATE_INITIAL) && in runStateMachine_l()685 case ICommonClock::STATE_INITIAL: in handleTimeout()812 } else if (mState == ICommonClock::STATE_INITIAL) { in handleWhoIsMasterRequest()850 if (mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN) { in handleWhoIsMasterResponse()1018 if (mState == ICommonClock::STATE_INITIAL || in handleMasterAnnouncement()1054 assert(mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN); in sendWhoIsMasterRequest()1061 assert(mState == ICommonClock::STATE_INITIAL); in sendWhoIsMasterRequest()1092 if (mState == ICommonClock::STATE_INITIAL) { in sendWhoIsMasterRequest()[all …]
28 STATE_INITIAL, enumerator200 _(STATE_INITIAL, actionInitialize, 1)252 State_t currentState = STATE_INITIAL; in main()
56 STATE_INITIAL, enumerator
60 private static final int STATE_INITIAL = 0; field in RemotePrintDocument144 private int mState = STATE_INITIAL;176 if (mState != STATE_INITIAL) { in start()199 if (mState == STATE_INITIAL || mState == STATE_FINISHED || mState == STATE_DESTROYED) { in update()
66 public static final int STATE_INITIAL = 0; field in CommonClock