Home
last modified time | relevance | path

Searched refs:GetComponentManager (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h126 virtual IComponentManager* GetComponentManager(const BASE_NS::Uid& uid) const = 0;
242 return static_cast<T*>(ecs.GetComponentManager(T::UID)); in GetManager()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dhdi_codec.cpp44 compMgr_ = GetComponentManager(); in InitComponent()
64 sptr<ICodecComponentManager> HdiCodec::GetComponentManager() in GetComponentManager() function in OHOS::Media::Plugins::Hdi::HdiCodec
91 compMgr_ = GetComponentManager(); in IsSupportCodecType()
H A Dhdi_codec.h96 sptr<ICodecComponentManager> GetComponentManager();
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp66 IComponentManager* GetComponentManager(const Uid& uid) const override;
241 manager = GetComponentManager(componentManagerTypeInfo.UID); in CreateComponentManager()
349 IComponentManager* Ecs::GetComponentManager(const Uid& uid) const in GetComponentManager() function in __anon7ce8fd9e0110::Ecs
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp422 if (auto lightManager = ecs->GetComponentManager(CORE3D_NS::ILightComponentManager::UID)) { in ResolveNodeTypeFromPath()
428 … if (auto cameraManager = ecs->GetComponentManager(CORE3D_NS::ICameraComponentManager::UID)) { in ResolveNodeTypeFromPath()
434 … if (auto envManager = ecs->GetComponentManager(CORE3D_NS::IEnvironmentComponentManager::UID)) { in ResolveNodeTypeFromPath()
441 … if (auto nodeManager = ecs->GetComponentManager(CORE3D_NS::INodeComponentManager::UID)) { in ResolveNodeTypeFromPath()
444 … if (auto meshManager = ecs->GetComponentManager(CORE3D_NS::IMeshComponentManager::UID)) { in ResolveNodeTypeFromPath()
449 … if (auto materialManager = ecs->GetComponentManager(CORE3D_NS::IMaterialComponentManager::UID)) { in ResolveNodeTypeFromPath()
H A Decs_util.h37 auto* dstManager = dstEcs.GetComponentManager(srcManager.GetUid()); in CORE_BEGIN_NAMESPACE()
H A Decs_animation.cpp727 auto manager = ecs_->GetComponentManager(animationTrack->component); in RemoveKey()
762 auto manager = ecs_->GetComponentManager(animationTrack->component); in UpdateKey()
1142 auto cm = ecs_->GetComponentManager(componentUid); in GetProperty()
H A Dentity_collection.cpp831 auto cm = GetEcs().GetComponentManager(component); in MarkAllPropertiesSerialized()
862 auto* cm = GetEcs().GetComponentManager(component); in MarkPropertySerialized()
H A Decs_serializer.cpp653 const auto* cm = ec.GetEcs().GetComponentManager(StringToUid(uidString)); in WriteComponents()
975 auto* cm = ecs.GetComponentManager(componentUid); in ReadComponents()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp165 const IComponentManager* componentManager = ecs.GetComponentManager(dependencyUid); in ResolveComponentDependencies()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp1303 …pos = propertyCache_.insert(pos, PropertyEntry { key, ecs_.GetComponentManager(track.component), 0… in GetEntry()
1307 pos->component = ecs_.GetComponentManager(track.component); in GetEntry()