Searched refs:ConvertUtdCfgsToJson (Results 1 – 3 of 3) sorted by relevance
36 … bool ConvertUtdCfgsToJson(const std::vector<TypeDescriptorCfg> &typesCfg, std::string &jsonData);
72 bool CustomUtdJsonParser::ConvertUtdCfgsToJson(const std::vector<TypeDescriptorCfg> &typesCfg, std:… in ConvertUtdCfgsToJson() function in OHOS::UDMF::CustomUtdJsonParser
93 …if (utdJsonParser_.ConvertUtdCfgsToJson(customUtdTypes, jsonData) && CreateDirectory(cfgFileDir)) { in SaveTypeCfgs()