Home
last modified time | relevance | path

Searched refs:onFinishCallBack (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list.cpp1051 OnFinishFunc onFinishCallBack; in CloseAllSwipeActions() local
1062 onFinishCallBack = [execCtx = args.GetExecutionContext(), in CloseAllSwipeActions()
1079 scrollController->CloseAllSwipeActions(std::move(onFinishCallBack)); in CloseAllSwipeActions()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp1148 OnFinishFunc onFinishCallBack; variable
1149 pattern_->positionController_->CloseAllSwipeActions(std::move(onFinishCallBack));