/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | uri_lookup.cpp | 40 if (Entity entity = uriManager.GetEntity(i); entityManager.IsAlive(entity)) { in LookupResourceByUri()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | intf_entity_manager.h | 86 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 D | rs_render_particle_test.cpp | 243 EXPECT_TRUE(particle->IsAlive() == true); 245 EXPECT_TRUE(particle->IsAlive() == false);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | entity_manager.h | 47 bool IsAlive(const Entity entity) const override; in CORE_BEGIN_NAMESPACE()
|
H A D | entity_manager.cpp | 230 bool EntityManager::IsAlive(const Entity entity) const in IsAlive() function in EntityManager
|
H A D | ecs.cpp | 364 if (entityManager_.IsAlive(entity)) { in CloneEntity()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle_system.cpp | 70 if ((*it) == nullptr || !(*it)->IsAlive()) { in UpdateParticle()
|
H A D | rs_render_particle.cpp | 668 bool RSRenderParticle::IsAlive() const in IsAlive() function in OHOS::Rosen::RSRenderParticle
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | component_query.cpp | 102 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 D | rs_render_particle_test.cpp | 772 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 D | morphing_system.cpp | 260 if (entityManager.IsAlive(id)) { in Update()
|
H A D | node_system.cpp | 842 …std::remove_if(first, last, [&em = entityManager_](Entity entity) { return !em.IsAlive(entity); })… in Refresh()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_safe_async_work.cpp | 152 if (!NativeEngine::IsAlive(engine_)) { in ValidEngineCheck()
|
H A D | native_node_api.cpp | 189 if (!NativeEngine::IsAlive(engine)) { in napi_get_uv_event_loop()
|
H A D | native_engine.h | 337 inline static bool IsAlive(NativeEngine* env) in IsAlive() function
|
H A D | native_api.cpp | 4068 if (NativeEngine::IsAlive(eng)) { in napi_send_event()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_particles_drawable.cpp | 176 if (particle != nullptr && particle->IsAlive()) { in Draw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 365 bool IsAlive() const;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 604 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()
|