Home
last modified time | relevance | path

Searched refs:CheckInterfaces (Results 1 - 6 of 6) sorted by relevance

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

Completed in 4 milliseconds