Searched refs:ParseUserCustomUtdJson (Results 1 – 4 of 4) sorted by relevance
34 …bool ParseUserCustomUtdJson(const std::string &jsonData, std::vector<TypeDescriptorCfg> &typesDecl…
53 bool CustomUtdJsonParser::ParseUserCustomUtdJson(const std::string &jsonData, in ParseUserCustomUtdJson() function in OHOS::UDMF::CustomUtdJsonParser
153 if (!utdJsonParser_.ParseUserCustomUtdJson(jsonStr, typeCfgs.first, typeCfgs.second)) { in InstallCustomUtds()
83 parser.ParseUserCustomUtdJson(TEST_DATA1, typesCfg1, typesCfg2);