Searched defs:jsonCfg (Results 1 – 3 of 3) sorted by relevance
61 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()
139 for (auto &jsonCfg : jsonConfigs["imeCfg_list"]) { in FromJson() local149 json jsonCfg; in ToJson() local169 bool ImeCfgManager::ReadCacheFile(const std::string &path, json &jsonCfg) in ReadCacheFile()198 bool ImeCfgManager::WriteCacheFile(const std::string &path, const json &jsonCfg) in WriteCacheFile()
684 for (auto &jsonCfg : jsonSubProps["subtypes"]) { in ParseSubProp() local