/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend.h | 70 const bool isDestroy) override;
|
H A D | cj_frontend.cpp | 358 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 D | lnn_lane_link.h | 128 void LaneDeleteP2pAddress(const char *networkId, bool isDestroy);
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_pair.h | 296 * @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 D | card_frontend_declarative.h | 156 const bool isDestroy) override
|
H A D | card_frontend.h | 265 const bool isDestroy) override
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 208 const bool isDestroy) { in InitializeDelegate() 213 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in InitializeDelegate()
|
H A D | frontend_delegate_declarative_ng.cpp | 330 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 D | frontend_delegate_declarative_ng.h | 97 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 D | js_frontend.h | 220 const bool isDestroy) override;
|
H A D | js_frontend.cpp | 337 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 D | frontend_delegate_impl.h | 226 const std::string& eventId, const std::string& componentId, const uint32_t nodeId, const bool isDestroy);
|
H A D | frontend_delegate_impl.cpp | 567 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 D | jsi_engine.h | 136 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 D | mock_plugin_frontend.cpp | 170 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 D | window_pair.cpp | 72 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 D | plugin_frontend.h | 257 const bool isDestroy) override;
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | ace_event_handler.h | 249 const bool isDestroy = false) = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 484 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 D | declarative_frontend.h | 307 const bool isDestroy) override;
|
H A D | frontend_delegate_declarative.h | 145 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 D | xcomponent_pattern.cpp | 1267 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 D | xcomponent_pattern.h | 287 const std::string& componentId, const uint32_t nodeId, const bool isDestroy);
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 211 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 D | jsi_declarative_engine.h | 324 void FireExternalEvent(const std::string& componentId, uint32_t nodeId, bool isDestroy) override;
|