Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_json_parser.cpp54 std::vector<TypeDescriptorCfg> &typesDeclarations, in ParseUserCustomUtdJson() argument
63 GetTypeDescriptors(*jsonRoot, UTD_CUSTOM_DECLAEEARION, typesDeclarations); in ParseUserCustomUtdJson()
68 typesDeclarations.size(), typesReference.size()); in ParseUserCustomUtdJson()
H A Dcustom_utd_json_parser.h34 …seUserCustomUtdJson(const std::string &jsonData, std::vector<TypeDescriptorCfg> &typesDeclarations,