Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtype_descriptor.cpp46 bool TypeDescriptor::CmpFlexibleTypeLevel(const std::string higherLevelTypeId, bool isFlexibleType) in CmpFlexibleTypeLevel() argument
55 if (!isFlexibleType) { in CmpFlexibleTypeLevel()
70 bool isFlexibleType = typeId.find(FLEXIBLE_TYPE_FLAG) != typeId_.npos; in BelongsTo() local
71 if (!UtdGraph::GetInstance().IsValidType(typeId) && !isFlexibleType) { in BelongsTo()
81 checkResult = CmpFlexibleTypeLevel(typeId, isFlexibleType); in BelongsTo()
96 bool isFlexibleType = typeId.find(FLEXIBLE_TYPE_FLAG) != typeId_.npos; in IsLowerLevelType() local
97 if (!UtdGraph::GetInstance().IsValidType(typeId) && !isFlexibleType) { in IsLowerLevelType()
102 checkResult = CmpFlexibleTypeLevel(typeId, isFlexibleType); in IsLowerLevelType()
116 bool isFlexibleType = typeId.find(FLEXIBLE_TYPE_FLAG) != typeId_.npos; in IsHigherLevelType() local
117 if (!UtdGraph::GetInstance().IsValidType(typeId) && !isFlexibleType) { in IsHigherLevelType()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dtype_descriptor.h49 bool CmpFlexibleTypeLevel(const std::string higherLevelTypeId, bool isFlexibleType);