Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
Dime_cfg_manager.h61 inline static void FromJson(const nlohmann::json &jsonCfg, ImePersistCfg &cfg) in FromJson()
73 inline static void ToJson(nlohmann::json &jsonCfg, const ImePersistCfg &cfg) in ToJson()
/base/inputmethod/imf/services/src/
Dime_cfg_manager.cpp139 for (auto &jsonCfg : jsonConfigs["imeCfg_list"]) { in FromJson() local
149 json jsonCfg; in ToJson() local
169 bool ImeCfgManager::ReadCacheFile(const std::string &path, json &jsonCfg) in ReadCacheFile()
198 bool ImeCfgManager::WriteCacheFile(const std::string &path, const json &jsonCfg) in WriteCacheFile()
Dime_info_inquirer.cpp684 for (auto &jsonCfg : jsonSubProps["subtypes"]) { in ParseSubProp() local