/ohos5.0/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…
|
H A D | jsi_engine.cpp | 3463 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 D | xcomponent_pattern.cpp | 274 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 D | xcomponent_pattern.h | 286 void FireExternalEvent(RefPtr<NG::PipelineContext> context,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 212 …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 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 216 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…
|
H A D | frontend_delegate_declarative_ng.cpp | 342 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 D | jsi_declarative_engine.h | 321 … void FireExternalEvent(const std::string& componentId, uint32_t nodeId, bool isDestroy) override;
|
H A D | jsi_declarative_engine.cpp | 2141 void JsiDeclarativeEngine::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::JsiDeclarativeEngine
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 496 jsEngine->FireExternalEvent(componentId, nodeId, isDestroy); in Initialize() 1359 delegate_->FireExternalEvent(eventMarker.GetData().eventId, componentId, nodeId, isDestroy); in Initialize()
|
H A D | frontend_delegate_declarative.h | 145 …void FireExternalEvent(const std::string& eventId, const std::string& componentId, uint32_t nodeId…
|
H A D | frontend_delegate_declarative.cpp | 708 void FrontendDelegateDeclarative::FireExternalEvent( in FireExternalEvent() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|