Home
last modified time | relevance | path

Searched refs:higherLevelTypeId (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
52 …if (std::find(belongingToTypes_.begin(), belongingToTypes_.end(), higherLevelTypeId) != belongingT… in CmpFlexibleTypeLevel()
57 if (UtdGraph::GetInstance().IsLowerLevelType(higherLevelTypeId, belong)) { in CmpFlexibleTypeLevel()
63 typeId_.c_str(), higherLevelTypeId.c_str()); in CmpFlexibleTypeLevel()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dtype_descriptor.h49 bool CmpFlexibleTypeLevel(const std::string higherLevelTypeId, bool isFlexibleType);