Home
last modified time | relevance | path

Searched refs:axisEventCallback_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp264 axisEventCallback_ = std::move(callback); in RegisterAxisEventCallback()
376 CHECK_NULL_VOID(axisEventCallback_); in ProcessAxisEvent()
380 axisEventCallback_(event, nullptr, node); in ProcessAxisEvent()
400 axisEventCallback_(event, nullptr, node); in ProcessAxisEvent()
406 axisEventCallback_(event, markProcess, node); in ProcessAxisEvent()
H A Dace_view_ohos.h231 AxisEventCallback axisEventCallback_; member in OHOS::Ace::Platform::AceViewOhos
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h68 axisEventCallback_ = std::move(callback);
199 AxisEventCallback axisEventCallback_; member in OHOS::Ace::Platform::AceViewPreview
H A Dace_view_preview.cpp67 axisEventCallback_(axisEvent, markProcess, nullptr); in HandleAxisEvent()

Completed in 3 milliseconds