Searched refs:CustomUtdJsonParser (Results 1 – 5 of 5) sorted by relevance
30 CustomUtdJsonParser::CustomUtdJsonParser() in CustomUtdJsonParser() function in OHOS::UDMF::CustomUtdJsonParser34 CustomUtdJsonParser::~CustomUtdJsonParser() in ~CustomUtdJsonParser()38 bool CustomUtdJsonParser::ParseStoredCustomUtdJson(const std::string &jsonData, in ParseStoredCustomUtdJson()53 bool CustomUtdJsonParser::ParseUserCustomUtdJson(const std::string &jsonData, in ParseUserCustomUtdJson()72 bool CustomUtdJsonParser::ConvertUtdCfgsToJson(const std::vector<TypeDescriptorCfg> &typesCfg, std:… in ConvertUtdCfgsToJson()102 bool CustomUtdJsonParser::AddJsonStringArray(const std::vector<std::string> &datas, const std::stri… in AddJsonStringArray()113 bool CustomUtdJsonParser::GetTypeDescriptors(const json &jsonRoot, const std::string &nodeName, in GetTypeDescriptors()138 std::string CustomUtdJsonParser::GetStringValue(const json &node, const std::string &nodeName) in GetStringValue()150 std::vector<std::string> CustomUtdJsonParser::GetStringArrayValue(const json &node, const std::stri… in GetStringArrayValue()
28 class API_EXPORT CustomUtdJsonParser {31 CustomUtdJsonParser();32 ~CustomUtdJsonParser();
45 CustomUtdJsonParser utdJsonParser_;
82 CustomUtdJsonParser parser;
96 CustomUtdJsonParser parser;