Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/common/include/
H A Dsettings_data_utils.h39 struct UserImeConfig : public Serializable { struct
40 std::string userId;
41 std::vector<std::string> identities;
42 bool Unmarshal(cJSON *node) override in Unmarshal()