Home
last modified time | relevance | path

Searched refs:CustomUtdJsonParser (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_json_parser.cpp30 CustomUtdJsonParser::CustomUtdJsonParser() in CustomUtdJsonParser() function in OHOS::UDMF::CustomUtdJsonParser
34 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()
H A Dcustom_utd_json_parser.h28 class API_EXPORT CustomUtdJsonParser {
31 CustomUtdJsonParser();
32 ~CustomUtdJsonParser();
H A Dcustom_utd_store.h45 CustomUtdJsonParser utdJsonParser_;
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dcustom_utd_json_parser_test.cpp82 CustomUtdJsonParser parser;
H A Dcustom_utd_store_test.cpp96 CustomUtdJsonParser parser;