Searched refs:GetTypeDescriptors (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | custom_utd_json_parser.cpp | 47 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 D | custom_utd_json_parser.h | 40 bool GetTypeDescriptors(const json &jsonRoot, const std::string &nodeName,
|