Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_test_ng.cpp1055 auto onCopyWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { isEventCalled = true; }; in __anonb4f2cab20302() variable
1056 richEditorModel.SetOnCopy(std::move(onCopyWithEvent));
1094 auto onCopyWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { in __anonb4f2cab20402() variable
1098 richEditorModel.SetOnCopy(std::move(onCopyWithEvent));
H A Drich_editor_test_ng.cpp5343 auto onCopyWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { isEventCalled = true; }; in __anon814dfc0d2b02() variable
5344 richEditorModel.SetOnCopy(std::move(onCopyWithEvent));
5382 auto onCopyWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { in __anon814dfc0d2c02() variable
5386 richEditorModel.SetOnCopy(std::move(onCopyWithEvent));