Home
last modified time | relevance | path

Searched defs:onWillChange (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_update_test.cpp937 auto onWillChange = [&offset, &value](const InsertValueInfo& info) { in HWTEST_F() local
982 auto onWillChange = [&offset, &value, &direction](const DeleteValueInfo& info) { in HWTEST_F() local
1029 auto onWillChange = [&offset, &value](const InsertValueInfo& info) { in HWTEST_F() local
1074 auto onWillChange = [&offset, &value, &direction](const DeleteValueInfo& info) { in HWTEST_F() local
1122 auto onWillChange = [&offset, &value, &direction](const DeleteValueInfo& info) { in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_change_callback_test_ng.cpp86 auto onWillChange = [](const RichEditorChangeValue& changeValue) { in InitContentChangeCallback() local
131 auto onWillChange = [&isWillCalled, &originalCount, &replacedCount](const RichEditorChangeValue& beforeResult) { in HWTEST_F() local
179 auto onWillChange = [&isWillCalled, &originalCount, &replacedCount](const RichEditorChangeValue& beforeResult) { in HWTEST_F() local
248 auto onWillChange = [&isWillCalled, &replacedCount](const RichEditorChangeValue& beforeResult) { in HWTEST_F() local
313 auto onWillChange = [&isWillCalled, &originalCount, &replacedCount](const RichEditorChangeValue& beforeResult) { in HWTEST_F() local
377 auto onWillChange = [&isWillCalled, &originalCount, &replacedCount](const RichEditorChangeValue& beforeResult) { HWTEST_F() local
426 auto onWillChange = [&isWillCalled, &originalCount, &replacedCount](const RichEditorChangeValue& beforeResult) { HWTEST_F() local
486 auto onWillChange = [&isWillCalled, &originalCount, &replacedCount](const RichEditorChangeValue& beforeResult) { HWTEST_F() local
550 auto onWillChange = [&isWillCalled, &originalCount, &replacedCount](const RichEditorChangeValue& beforeResult) { HWTEST_F() local
[all...]
H A Drich_editor_styled_string_test_ng.cpp181 auto onWillChange = [](const RichEditorChangeValue& beforeResult) { return false; }; in HWTEST_F() local
438 auto onWillChange = [](const StyledStringChangeValue& changeValue) { in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drich_editor_modifier.cpp403 auto onWillChange = reinterpret_cast<std::function<bool(const RichEditorChangeValue&)>*>(callback); in SetRichEditorOnWillChange() local

Completed in 6 milliseconds