Home
last modified time | relevance | path

Searched refs:CheckInterfaces (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dinterface_utils.h80 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 Dclass_registry.cpp117 if (CheckInterfaces(factory->GetClassInterfaces(), interfaceUids, strict)) { in GetAllTypes()
H A Dcontent_object.cpp138 return !object || CheckInterfaces(object, requiredInterfaces_, true); in CheckContentRequirements()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.cpp84 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 Dstack_property.cpp265 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()