Searched defs:ImePersistInfo (Results 1 – 1 of 1) sorted by relevance
27 struct ImePersistInfo : public Serializable { struct29 …ImePersistInfo(int32_t userId, std::string currentIme, std::string currentSubName, bool isDefaultI… in ImePersistInfo() argument32 static constexpr int32_t INVALID_USERID = -1;34 std::string currentIme;35 std::string currentSubName;36 std::string tempScreenLockIme;60 std::vector<ImePersistInfo> imePersistInfo; argument