Home
last modified time | relevance | path

Searched refs:tmpLongPressFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp561 … auto tmpLongPressFunc = [func = std::move(onLongPress)](GestureEvent& info) { func(&info); }; in ParseJSGestureSpan() local
562 gestureInfo.onLongPress = std::move(tmpLongPressFunc); in ParseJSGestureSpan()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp54 auto tmpLongPressFunc = [func = std::move(onLongPress)](GestureEvent& info) { func(&info); }; in ConstructGestureStyle() local
55 gestureInfo.onLongPress = std::move(tmpLongPressFunc); in ConstructGestureStyle()
H A Dtext_test_ng.cpp43 auto tmpLongPressFunc = [func = std::move(onLongPress)](GestureEvent& info) { func(&info); }; in ConstructGestureStyle() local
44 gestureInfo.onLongPress = std::move(tmpLongPressFunc); in ConstructGestureStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp1647 auto tmpLongPressFunc = sourceItem->onLongPress; in CopyGestureOption() local
1648 targetItem->SetLongPressEvent(std::move(tmpLongPressFunc)); in CopyGestureOption()