Home
last modified time | relevance | path

Searched refs:FireExternalEvent (Results 1 - 16 of 16) sorted by relevance

/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;
H A Djsi_engine.cpp3463 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 Dxcomponent_pattern.cpp269 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 Dxcomponent_pattern.h286 void FireExternalEvent(RefPtr<NG::PipelineContext> context,
/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/ng/
H A Ddeclarative_frontend_ng.cpp213 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in InitializeDelegate()
H A Dfrontend_delegate_declarative_ng.h97 void FireExternalEvent(const std::string& eventId, const std::string& componentId, uint32_t nodeId, bool isDestroy);
H A Dfrontend_delegate_declarative_ng.cpp329 void FrontendDelegateDeclarativeNG::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp342 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in InitializeFrontendDelegate()
1009 delegate_->FireExternalEvent(eventMarker.GetData().eventId, componentId, nodeId, isDestroy); in HandleSyncEvent()
H A Dfrontend_delegate_impl.h225 void FireExternalEvent(
H A Dfrontend_delegate_impl.cpp566 void FrontendDelegateImpl::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::FrontendDelegateImpl
/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;
H A Djsi_declarative_engine.cpp2151 void JsiDeclarativeEngine::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::JsiDeclarativeEngine
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h145 void FireExternalEvent(const std::string& eventId, const std::string& componentId, uint32_t nodeId, bool isDestroy);
H A Ddeclarative_frontend.cpp489 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in Initialize()
1350 delegate_->FireExternalEvent(eventMarker.GetData().eventId, componentId, nodeId, isDestroy); in Initialize()
H A Dfrontend_delegate_declarative.cpp683 void FrontendDelegateDeclarative::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::FrontendDelegateDeclarative

Completed in 44 milliseconds