/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;
|
H A D | jsi_engine.cpp | 3463 void JsiEngine::FireExternalEvent(const std::string& componentId, const uint32_t nodeId, const bool isDestroy) 3472 LOGE("FireExternalEvent GetRunningPage is nullptr");
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 269 FireExternalEvent(context, id_.value(), host->GetId(), false); in Initialize() 1266 void XComponentPattern::FireExternalEvent(RefPtr<NG::PipelineContext> context, in FireExternalEvent() function in OHOS::Ace::NG::XComponentPattern 1277 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in FireExternalEvent() 1290 pattern->FireExternalEvent(context, componentId, nodeId, isDestroy); in CreateExternalEvent()
|
H A D | xcomponent_pattern.h | 286 void FireExternalEvent(RefPtr<NG::PipelineContext> context,
|
/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/ng/ |
H A D | declarative_frontend_ng.cpp | 213 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in InitializeDelegate()
|
H A D | frontend_delegate_declarative_ng.h | 97 void FireExternalEvent(const std::string& eventId, const std::string& componentId, uint32_t nodeId, bool isDestroy);
|
H A D | frontend_delegate_declarative_ng.cpp | 329 void FrontendDelegateDeclarativeNG::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.cpp | 342 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in InitializeFrontendDelegate() 1009 delegate_->FireExternalEvent(eventMarker.GetData().eventId, componentId, nodeId, isDestroy); in HandleSyncEvent()
|
H A D | frontend_delegate_impl.h | 225 void FireExternalEvent(
|
H A D | frontend_delegate_impl.cpp | 566 void FrontendDelegateImpl::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::FrontendDelegateImpl
|
/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;
|
H A D | jsi_declarative_engine.cpp | 2151 void JsiDeclarativeEngine::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::JsiDeclarativeEngine
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 145 void FireExternalEvent(const std::string& eventId, const std::string& componentId, uint32_t nodeId, bool isDestroy);
|
H A D | declarative_frontend.cpp | 489 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in Initialize() 1350 delegate_->FireExternalEvent(eventMarker.GetData().eventId, componentId, nodeId, isDestroy); in Initialize()
|
H A D | frontend_delegate_declarative.cpp | 683 void FrontendDelegateDeclarative::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|