Searched refs:CheckInterfaces (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/ |
H A D | BaseObjectTest.cpp | 84 void CheckInterfaces(const IObject::ConstPtr& object, bool implements, const BASE_NS::vector<BASE_NS::Uid>& uids) in CheckInterfaces() function in BaseObjectTest 102 CheckInterfaces(object, true, BASE_OBJECT_INTERFACES); in HWTEST_F() 103 CheckInterfaces(object, false, META_OBJECT_INTERFACES); in HWTEST_F() 104 CheckInterfaces(object, false, OBJECT_INTERFACES); in HWTEST_F() 118 CheckInterfaces(object, true, BASE_OBJECT_INTERFACES); in HWTEST_F() 119 CheckInterfaces(object, true, META_OBJECT_INTERFACES); in HWTEST_F() 120 CheckInterfaces(object, false, OBJECT_INTERFACES); in HWTEST_F() 135 CheckInterfaces(object, true, BASE_OBJECT_INTERFACES); in HWTEST_F() 136 CheckInterfaces(object, true, META_OBJECT_INTERFACES); in HWTEST_F() 137 CheckInterfaces(objec in HWTEST_F() [all...] |
/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, 93 static bool CheckInterfaces(
|
/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()
|
/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)) {
|
/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()
|
Completed in 4 milliseconds