Searched defs:onWillChange (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_update_test.cpp | 937 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 D | rich_editor_change_callback_test_ng.cpp | 86 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 D | rich_editor_styled_string_test_ng.cpp | 181 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 D | rich_editor_modifier.cpp | 403 auto onWillChange = reinterpret_cast<std::function<bool(const RichEditorChangeValue&)>*>(callback); in SetRichEditorOnWillChange() local
|
Completed in 6 milliseconds