/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | base.cpp | 33 RETURN_WRONG_STATE_IF_CON_TRUE(pluginState_ == State::DESTROYED, plugin_, pluginState_.load()); in Init() 51 if (pluginState_ == State::DESTROYED) { in Deinit() 58 pluginState_ = State::DESTROYED; in Deinit() 87 pluginState_ == State::DESTROYED, plugin_, pluginState_.load()); in Reset()
|
H A D | plugin_core_utils.cpp | 28 case State::DESTROYED: in GetStateString()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | entity_manager.cpp | 129 eventList_.push_back({ deadEntity, EventType::DESTROYED }); in Create() 160 eventList_.push_back({ deadEntity, EventType::DESTROYED }); in CreateReferenceCounted() 208 eventList_.push_back({ entity, EventType::DESTROYED }); in Destroy() 222 eventList_.push_back({ entity, EventType::DESTROYED }); in DestroyAllEntities() 328 eventList_.push_back({ entity, EventType::DESTROYED }); in UpdateDeadEntities()
|
H A D | ecs.cpp | 387 case ComponentListener::EventType::DESTROYED: in ProcessComponentEvents() 468 ProcessComponentEvents(ComponentListener::EventType::DESTROYED, {}); in ProcessEvents() 632 … ComponentListener::EventType::DESTROYED, *manager, removedView); in OnTypeInfoEvent() 639 … ComponentListener::EventType::DESTROYED, *manager, removedView); in OnTypeInfoEvent()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | component_query.cpp | 244 } else if (type == IEcs::EntityListener::EventType::DESTROYED) { in OnEntityEvent() 257 …::ComponentListener::EventType::CREATED || type == IEcs::ComponentListener::EventType::DESTROYED) { in OnComponentEvent()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_types.h | 37 DESTROYED = -1, ///< Plugin destruction state. In this state, all resources are released. enumerator
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_state_machine.h | 40 DESTROYED enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | morphing_system.cpp | 186 if (type == IEntityManager::EventType::DESTROYED) { in OnEntityEvent() 197 if (type == ComponentListener::EventType::DESTROYED) { in OnComponentEvent()
|
H A D | animation_system.cpp | 859 case IEcs::ComponentListener::EventType::DESTROYED: { in OnComponentEvent()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | intf_entity_manager.h | 49 DESTROYED in CORE_BEGIN_NAMESPACE() enumerator
|
H A D | intf_ecs.h | 90 DESTROYED enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_object.cpp | 141 case CORE_NS::IEcs::EntityListener::EventType::DESTROYED: { in DoEntityEvent() 160 if (type == CORE_NS::IEcs::ComponentListener::EventType::DESTROYED) { in DoComponentEvent()
|
H A D | ecs_animation.cpp | 456 if (!ecs_ || event == IEcs::ComponentListener::EventType::DESTROYED) { in OnAnimationChanged()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/ |
H A D | js_insight_intent_executor.h | 41 DESTROYED enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | media_types.h | 218 DESTROYED = -1, ///< Plugin destruction state. In this state, all resources are released. enumerator
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window_listener.cpp | 291 LifeCycleCallBack(LifeCycleEventType::DESTROYED, weakRef_, env_, eventHandler_); in AfterDestroyed()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | js_insight_intent_executor.cpp | 53 state_ = State::DESTROYED; in ~JsInsightIntentExecutor()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 99 DESTROYED, enumerator
|
H A D | js_window_listener.cpp | 250 LifeCycleCallBack(LifeCycleEventType::DESTROYED); in AfterDestroyed()
|
H A D | js_window_utils.cpp | 247 static_cast<int32_t>(LifeCycleEventType::DESTROYED))); in WindowEventTypeInit()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/ |
H A D | video_ffmpeg_encoder_plugin.cpp | 163 state_ = State::DESTROYED; in Deinit()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/ |
H A D | video_ffmpeg_decoder_plugin.cpp | 172 state_ = State::DESTROYED; in Deinit()
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 901 } else if (node->stateMachine_.GetCurrentState() == WindowNodeState::DESTROYED) { in ProcessNodeStateTask()
|
H A D | window_controller.cpp | 675 node->stateMachine_.TransitionTo(WindowNodeState::DESTROYED); in DestroyWindow()
|