Home
last modified time | relevance | path

Searched refs:GetObjectInstancesByCategory (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_registry.h245 …BASE_NS::vector<BASE_NS::shared_ptr<IObject>> GetObjectInstancesByCategory(ObjectCategoryBits cate… in GetObjectInstancesByCategory() function
247 return GetObjectInstancesByCategory(category, true); in GetObjectInstancesByCategory()
257 virtual BASE_NS::vector<BASE_NS::shared_ptr<IObject>> GetObjectInstancesByCategory(
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.h73 …BASE_NS::vector<IObject::Ptr> GetObjectInstancesByCategory(ObjectCategoryBits category, bool stric…
H A Dobject_registry.cpp448 BASE_NS::vector<IObject::Ptr> ObjectRegistry::GetObjectInstancesByCategory( in GetObjectInstancesByCategory() function in ObjectRegistry