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 D | web_model_ng.cpp | 119 …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 D | mock_pipeline_context.cpp | 820 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 D | pipeline_base.cpp | 453 void PipelineBase::PostSyncEvent(const TaskExecutor::Task& task, const std::string& name, TaskExecu… in PostSyncEvent() function in OHOS::Ace::PipelineBase
|
H A D | pipeline_base.h | 923 void PostSyncEvent(const TaskExecutor::Task& task, const std::string& name,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 4172 context->PostSyncEvent([execCtx, postFunc = func, info]() { in OnDataResubmitted() 4618 context->PostSyncEvent([execCtx, postFunc = func]() { in OnControllerAttached()
|