Searched refs:CONFIGURING (Results 1 – 4 of 4) sorted by relevance
85 state_ = State::CONFIGURING; in ConfigureBegin()102 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureInputProperty()118 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureKey()140 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureAbs()177 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureRel()213 if (const int status = RequireState(State::CONFIGURING)) { in ConfigureEnd()319 if (const int status = RequireState(State::CONFIGURING)) { in EnableEventType()
119 enum class State { NEW, CONFIGURING, READY, CLOSED }; enumerator
215 CONFIGURING, enumerator
1792 case CONFIGURING: in onMessageReceived()1972 CHECK_EQ(mState, CONFIGURING); in onMessageReceived()2407 setState(CONFIGURING); in onMessageReceived()3597 case CONFIGURING: rval = "CONFIGURING"; break; in stateString()