Home
last modified time | relevance | path

Searched refs:PostSyncEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model_ng.cpp119 …context->PostSyncEvent([func, info, &result]() { result = func(info.get()); }, "ArkUIWebConsoleLog… in SetOnConsoleLog()
289 …context->PostSyncEvent([&keyEventInfo, func]() { func(keyEventInfo); }, "ArkUIWebKeyEventCallback"… in SetOnKeyEvent()
559 context->PostSyncEvent([&info, func]() { func(info); }, "ArkUIWebMouseEventCallback"); in SetOnMouseEvent()
824 context->PostSyncEvent( in SetOnInterceptKeyEventCallback()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp820 void PipelineBase::PostSyncEvent(const TaskExecutor::Task& task, const std::string& name, TaskExecu… in PostSyncEvent() function in OHOS::Ace::PipelineBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp453 void PipelineBase::PostSyncEvent(const TaskExecutor::Task& task, const std::string& name, TaskExecu… in PostSyncEvent() function in OHOS::Ace::PipelineBase
H A Dpipeline_base.h923 void PostSyncEvent(const TaskExecutor::Task& task, const std::string& name,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4172 context->PostSyncEvent([execCtx, postFunc = func, info]() { in OnDataResubmitted()
4618 context->PostSyncEvent([execCtx, postFunc = func]() { in OnControllerAttached()