Home
last modified time | relevance | path

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

/ohos5.0/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…
H A Djsi_engine.cpp3463 void JsiEngine::FireExternalEvent(const std::string& componentId, const uint32_t nodeId, const bool… in FireExternalEvent() function in OHOS::Ace::Framework::JsiEngine
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp274 FireExternalEvent(context, id_.value(), host->GetId(), false); in Initialize()
1286 void XComponentPattern::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::NG::XComponentPattern
1297 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in FireExternalEvent()
1310 pattern->FireExternalEvent(context, componentId, nodeId, isDestroy); in CreateExternalEvent()
H A Dxcomponent_pattern.h286 void FireExternalEvent(RefPtr<NG::PipelineContext> context,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h212 …virtual void FireExternalEvent(const std::string& componentId, uint32_t nodeId, bool isDestroy = f…
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp216 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…
H A Dfrontend_delegate_declarative_ng.cpp342 void FrontendDelegateDeclarativeNG::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h321 … void FireExternalEvent(const std::string& componentId, uint32_t nodeId, bool isDestroy) override;
H A Djsi_declarative_engine.cpp2141 void JsiDeclarativeEngine::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::JsiDeclarativeEngine
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp496 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in Initialize()
1359 delegate_->FireExternalEvent(eventMarker.GetData().eventId, componentId, nodeId, isDestroy); in Initialize()
H A Dfrontend_delegate_declarative.h145 …void FireExternalEvent(const std::string& eventId, const std::string& componentId, uint32_t nodeId…
H A Dfrontend_delegate_declarative.cpp708 void FrontendDelegateDeclarative::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::FrontendDelegateDeclarative