Home
last modified time | relevance | path

Searched refs:IsAlive (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Duri_lookup.cpp40 if (Entity entity = uriManager.GetEntity(i); entityManager.IsAlive(entity)) { in LookupResourceByUri()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_entity_manager.h86 virtual bool IsAlive(const Entity entity) const = 0; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp243 EXPECT_TRUE(particle->IsAlive() == true);
245 EXPECT_TRUE(particle->IsAlive() == false);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.h47 bool IsAlive(const Entity entity) const override; in CORE_BEGIN_NAMESPACE()
H A Dentity_manager.cpp230 bool EntityManager::IsAlive(const Entity entity) const in IsAlive() function in EntityManager
H A Decs.cpp364 if (entityManager_.IsAlive(entity)) { in CloneEntity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_system.cpp70 if ((*it) == nullptr || !(*it)->IsAlive()) { in UpdateParticle()
H A Drs_render_particle.cpp668 bool RSRenderParticle::IsAlive() const in IsAlive() function in OHOS::Rosen::RSRenderParticle
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.cpp102 if (const Entity entity = baseComponentSet.GetEntity(id); em.IsAlive(entity)) { in Execute()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp772 bool res = rsRenderParticle.IsAlive(); in HWTEST_F()
776 res = rsRenderParticle.IsAlive(); in HWTEST_F()
824 bool la = rsRenderParticle.IsAlive(); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp260 if (entityManager.IsAlive(id)) { in Update()
H A Dnode_system.cpp842 …std::remove_if(first, last, [&em = entityManager_](Entity entity) { return !em.IsAlive(entity); })… in Refresh()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_safe_async_work.cpp152 if (!NativeEngine::IsAlive(engine_)) { in ValidEngineCheck()
H A Dnative_node_api.cpp189 if (!NativeEngine::IsAlive(engine)) { in napi_get_uv_event_loop()
H A Dnative_engine.h337 inline static bool IsAlive(NativeEngine* env) in IsAlive() function
H A Dnative_api.cpp4068 if (NativeEngine::IsAlive(eng)) { in napi_send_event()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp176 if (particle != nullptr && particle->IsAlive()) { in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h365 bool IsAlive() const;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp604 bool isAlive = ecs_->GetEntityManager().IsAlive(mainCamera_->entity); in SetMainCamera()
1186 if (ecs_->GetEntityManager().IsAlive(currentEntity)) { in FindResource()
1351 if (ecs_->GetEntityManager().IsAlive(entity)) { in GetEntityByUri()