Searched refs:ClientState (Results 1 – 7 of 7) sorted by relevance
210 enum class ClientState { IDLE, CONNECTED }; enum293 ClientState state;
222 enum ClientState { CLIENT_IDLE, CLIENT_CONNECTED }; enum317 ClientState state;
596 state(ClientState::IDLE), in HttpClient()743 state = ClientState::IDLE; in disconnect()845 if (state == ClientState::IDLE) { in connect_fail()852 if (cur_state == ClientState::IDLE) { in connect_fail()871 state = ClientState::CONNECTED; in connected()
555 } ClientState; typedef575 ClientState state; in _g_dbus_auth_run_client()
67 } ClientState; typedef87 ClientState state; ///< current state
1105 objects change "ClientState" to "VertexArray" and add an initial