Home
last modified time | relevance | path

Searched refs:GetTypeDescriptors (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_json_parser.cpp47 GetTypeDescriptors(*jsonRoot, UTD_CUSTOM, typesCfg); in ParseStoredCustomUtdJson()
63 GetTypeDescriptors(*jsonRoot, UTD_CUSTOM_DECLAEEARION, typesDeclarations); in ParseUserCustomUtdJson()
64 GetTypeDescriptors(*jsonRoot, UTD_CUSTOM_REFERENCE, typesReference); in ParseUserCustomUtdJson()
113 bool CustomUtdJsonParser::GetTypeDescriptors(const json &jsonRoot, const std::string &nodeName, in GetTypeDescriptors() function in OHOS::UDMF::CustomUtdJsonParser
H A Dcustom_utd_json_parser.h40 bool GetTypeDescriptors(const json &jsonRoot, const std::string &nodeName,