Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp24 static constexpr UtdType UTD_TYPES[] = {
543 std::vector<UtdType> GetUtdTypes() in GetUtdTypes()
545 std::vector<UtdType> utdTypes(UTD_TYPES, UTD_TYPES + sizeof(UTD_TYPES) / sizeof(UtdType)); in GetUtdTypes()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h541 struct UtdType { struct
551 std::vector<UtdType> API_EXPORT GetUtdTypes(); argument