Home
last modified time | relevance | path

Searched refs:isDestroy (Results 1 - 25 of 30) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.h70 const bool isDestroy) override;
H A Dcj_frontend.cpp358 const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) in HandleSyncEvent()
357 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) HandleSyncEvent() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link.h128 void LaneDeleteP2pAddress(const char *networkId, bool isDestroy);
/foundation/window/window_manager/wmserver/include/
H A Dwindow_pair.h296 * @param isDestroy destroy or create divider window flag
298 void NotifyCreateOrDestroyDivider(sptr<WindowNode> node, bool isDestroy);
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.h156 const bool isDestroy) override
H A Dcard_frontend.h265 const bool isDestroy) override
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp208 const bool isDestroy) { in InitializeDelegate()
213 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in InitializeDelegate()
H A Dfrontend_delegate_declarative_ng.cpp330 const std::string& /* eventId */, const std::string& componentId, const uint32_t nodeId, const bool isDestroy) in FireExternalEvent()
333 [weak = AceType::WeakClaim(this), componentId, nodeId, isDestroy] { in FireExternalEvent()
336 delegate->externalEvent_(componentId, nodeId, isDestroy); in FireExternalEvent()
329 FireExternalEvent( const std::string& , const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
H A Dfrontend_delegate_declarative_ng.h97 void FireExternalEvent(const std::string& eventId, const std::string& componentId, uint32_t nodeId, bool isDestroy);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h220 const bool isDestroy) override;
H A Djs_frontend.cpp337 const std::string& componentId, const uint32_t nodeId, const bool isDestroy) { in InitializeFrontendDelegate()
342 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in InitializeFrontendDelegate()
1007 const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) in HandleSyncEvent()
1009 delegate_->FireExternalEvent(eventMarker.GetData().eventId, componentId, nodeId, isDestroy); in HandleSyncEvent()
1006 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) HandleSyncEvent() argument
H A Dfrontend_delegate_impl.h226 const std::string& eventId, const std::string& componentId, const uint32_t nodeId, const bool isDestroy);
H A Dfrontend_delegate_impl.cpp567 const std::string& eventId, const std::string& componentId, const uint32_t nodeId, const bool isDestroy) in FireExternalEvent()
570 [weak = AceType::WeakClaim(this), componentId, nodeId, isDestroy] { in FireExternalEvent()
573 delegate->externalEvent_(componentId, nodeId, isDestroy); in FireExternalEvent()
566 FireExternalEvent( const std::string& eventId, const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.h136 void FireExternalEvent(const std::string& componentId, const uint32_t nodeId, const bool isDestroy) override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp170 const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) in HandleSyncEvent()
169 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) HandleSyncEvent() argument
/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp72 void WindowPair::NotifyCreateOrDestroyDivider(sptr<WindowNode> node, bool isDestroy) in NotifyCreateOrDestroyDivider() argument
77 auto msgType = isDestroy ? SplitEventMsgType::MSG_DESTROY_DIVIDER : SplitEventMsgType::MSG_SHOW_DIVIDER; in NotifyCreateOrDestroyDivider()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h257 const bool isDestroy) override;
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dace_event_handler.h249 const bool isDestroy = false) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp484 const bool isDestroy) { in Initialize()
489 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in Initialize()
1347 const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) in Initialize()
1350 delegate_->FireExternalEvent(eventMarker.GetData().eventId, componentId, nodeId, isDestroy); in Initialize()
1346 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) Initialize() argument
H A Ddeclarative_frontend.h307 const bool isDestroy) override;
H A Dfrontend_delegate_declarative.h145 void FireExternalEvent(const std::string& eventId, const std::string& componentId, uint32_t nodeId, bool isDestroy);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1267 const std::string& componentId, const uint32_t nodeId, const bool isDestroy) in FireExternalEvent()
1277 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in FireExternalEvent()
1283 [weak = AceType::WeakClaim(this)](const std::string& componentId, const uint32_t nodeId, const bool isDestroy) { in CreateExternalEvent()
1290 pattern->FireExternalEvent(context, componentId, nodeId, isDestroy); in CreateExternalEvent()
1266 FireExternalEvent(RefPtr<NG::PipelineContext> context, const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
H A Dxcomponent_pattern.h287 const std::string& componentId, const uint32_t nodeId, const bool isDestroy);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h211 virtual void FireExternalEvent(const std::string& componentId, uint32_t nodeId, bool isDestroy = false) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h324 void FireExternalEvent(const std::string& componentId, uint32_t nodeId, bool isDestroy) override;

Completed in 28 milliseconds

12