Home
last modified time | relevance | path

Searched refs:GetAllTypes (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_class_registry.h63 virtual BASE_NS::vector<IClassInfo::ConstPtr> GetAllTypes(
66 * @brief A helper for GetAllTypes(interfaceUids, strict) which always defines strict=true.
68 BASE_NS::vector<IClassInfo::ConstPtr> GetAllTypes(const BASE_NS::vector<BASE_NS::Uid>& interfaceUids) const in GetAllTypes() function in IClassRegistry
70 return GetAllTypes(interfaceUids, true, true); in GetAllTypes()
H A Dintf_object_registry.h178 * @brief Returns all available object categories. Use GetAllTypes() for a list of
187 BASE_NS::vector<IClassInfo::ConstPtr> GetAllTypes(ObjectCategoryBits category) const in GetAllTypes() function in IObjectRegistry
189 return GetAllTypes(category, true, true); in GetAllTypes()
202 virtual BASE_NS::vector<IClassInfo::ConstPtr> GetAllTypes(
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dclass_registry.h46 BASE_NS::vector<IClassInfo::ConstPtr> GetAllTypes(
59 BASE_NS::vector<IClassInfo::ConstPtr> GetAllTypes(
H A Dclass_registry.cpp84 BASE_NS::vector<IClassInfo::ConstPtr> ClassRegistry::GetAllTypes( in GetAllTypes() function in ClassRegistry
102 BASE_NS::vector<IClassInfo::ConstPtr> ClassRegistry::GetAllTypes( in GetAllTypes() function in ClassRegistry
H A Dobject_registry.h67 BASE_NS::vector<IClassInfo::ConstPtr> GetAllTypes(
H A Dobject_registry.cpp334 BASE_NS::vector<IClassInfo::ConstPtr> ObjectRegistry::GetAllTypes( in GetAllTypes() function in ObjectRegistry
338 return classRegistry_.GetAllTypes(category, strict, excludeDeprecated); in GetAllTypes()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfClassRegistryTest.cpp76 auto all = classRegistry_.GetAllTypes({}); in HWTEST_F()
88 auto animations = classRegistry_.GetAllTypes({ IAnimation::UID }); in HWTEST_F()
93 auto staggered = classRegistry_.GetAllTypes({ IStaggeredAnimation::UID }); in HWTEST_F()

Completed in 4 milliseconds