Home
last modified time | relevance | path

Searched refs:GetObjectFactory (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dclass_registry.h45 IObjectFactory::ConstPtr GetObjectFactory(const BASE_NS::Uid& uid) const;
H A Dclass_registry.cpp69 IObjectFactory::ConstPtr ClassRegistry::GetObjectFactory(const BASE_NS::Uid& uid) const in GetObjectFactory() function in ClassRegistry
H A Dobject_registry.cpp165 if (auto fac = classRegistry_.GetObjectFactory(uid)) { in CreateInternal()
328 IObjectFactory::ConstPtr ObjectRegistry::GetObjectFactory(const ObjectId& uid) const in GetObjectFactory() function in ObjectRegistry
331 return classRegistry_.GetObjectFactory(uid.ToUid()); in GetObjectFactory()
H A Dobject_registry.h65 IObjectFactory::ConstPtr GetObjectFactory(const ObjectId& uid) const override;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_registry.h192 … virtual BASE_NS::shared_ptr<const IObjectFactory> GetObjectFactory(const ObjectId& uid) const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp46 return registry_.GetObjectFactory(oid) != nullptr; in IsRegisteredObjectType()