Searched defs:ClientState (Results 1 – 2 of 2) sorted by relevance
35 enum class ClientState : uint32_t { INACTIVE = 0, ACTIVE }; enum
142 std::variant<bool, uint32_t, ImeType, ClientState, TextTotalConfig>> &updateInfos) in UpdateClientInfo() argument