Searched refs:CheckInterfaces (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | interface_utils.h | 80 static inline bool CheckInterfaces(const BASE_NS::shared_ptr<const CORE_NS::IInterface>& object, in CheckInterfaces() function 93 static bool CheckInterfaces( in CheckInterfaces() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | class_registry.cpp | 117 if (CheckInterfaces(factory->GetClassInterfaces(), interfaceUids, strict)) { in GetAllTypes()
|
H A D | content_object.cpp | 138 return !object || CheckInterfaces(object, requiredInterfaces_, true); in CheckContentRequirements()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container_base.cpp | 84 if (CheckInterfaces(obj, options.uids, options.strict)) { in FindAllImpl() 129 CheckInterfaces(object, options.uids, options.strict); in MatchCriteria()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.cpp | 265 if (CheckInterfaces(interface_pointer_cast<CORE_NS::IInterface>(v), ids, strict)) { in GetValues() 320 if (CheckInterfaces(interface_pointer_cast<CORE_NS::IInterface>(m), ids, strict)) { in GetModifiers()
|