Home
last modified time | relevance | path

Searched defs:ImePersistInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_cfg_manager.h27 struct ImePersistInfo : public Serializable { struct
29ImePersistInfo(int32_t userId, std::string currentIme, std::string currentSubName, bool isDefaultI… in ImePersistInfo() argument
32 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