/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_span_test.cpp | 124 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea0702() 185 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea0802() 246 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea0902() 307 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea0a02() 368 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea0b02() 429 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea0c02() 490 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea0d02() 551 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea0e02() 612 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea0f02() 673 richEditorPattern->InsertValue(insertValue); in __anonf0a8c5ea1002() [all …]
|
H A D | rich_editor_styled_string_test_ng.cpp | 392 richEditorPattern->InsertValue(INIT_STRING_2); 449 richEditorPattern->InsertValue(INIT_STRING_3); 465 richEditorPattern->InsertValue(INIT_STRING_3); 507 richEditorPattern->InsertValue(INIT_STRING_3); 522 richEditorPattern->InsertValue(INIT_STRING_3); 560 richEditorPattern->InsertValue(INIT_STRING_3); 602 richEditorPattern->InsertValue(INIT_STRING_3); 606 richEditorPattern->InsertValue(INIT_STRING_2); 610 richEditorPattern->InsertValue(INIT_STRING_1); 642 richEditorPattern->InsertValue(INIT_STRING_3); [all …]
|
H A D | rich_editor_edit_test_ng.cpp | 92 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 99 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 104 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 111 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 116 richEditorPattern->InsertValue(" "); 134 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 152 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 171 richEditorPattern->InsertValue(TEST_INSERT_LINE_SEP); 179 richEditorPattern->InsertValue(TEST_INSERT_LINE_SEP);
|
H A D | rich_editor_change_callback_test_ng.cpp | 139 richEditorPattern->InsertValue(INIT_VALUE_1); 326 richEditorPattern->InsertValue(INIT_VALUE_1); 342 richEditorPattern->InsertValue("test\nvalue"); 439 richEditorPattern->InsertValue(INIT_VALUE_1); 499 richEditorPattern->InsertValue(INIT_VALUE_1); 643 richEditorPattern->InsertValue(INIT_VALUE_1); 693 richEditorPattern->InsertValue(INIT_VALUE_1);
|
H A D | rich_editor_test_ng.cpp | 718 richEditorPattern->InsertValue(INIT_VALUE_1); 723 richEditorPattern->InsertValue(INIT_VALUE_1); 777 richEditorPattern->InsertValue(INIT_VALUE_1); 1014 richEditorPattern->InsertValue(INIT_VALUE_2); 1054 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 1061 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 1066 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 1073 richEditorPattern->InsertValue(TEST_INSERT_VALUE); 1078 richEditorPattern->InsertValue(" "); 1095 richEditorPattern->InsertValue(TEST_INSERT_VALUE); [all …]
|
H A D | rich_editor_preview_text_test_ng.cpp | 215 richEditorPattern->InsertValue(PREVIEW_TEXT_VALUE1);
|
H A D | rich_editor_base_test_ng.cpp | 258 richEditorPattern->InsertValue(INIT_VALUE_1); 263 richEditorPattern->InsertValue(INIT_VALUE_1); 317 richEditorPattern->InsertValue(INIT_VALUE_1); 554 richEditorPattern->InsertValue(INIT_VALUE_2);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_field/ |
H A D | text_field_test.cpp | 204 pattern->InsertValue("new"); 323 pattern->InsertValue("new"); 501 pattern->InsertValue("abc"); 515 pattern->InsertValue("abcde"); 630 pattern->contentController_->InsertValue(0, insertValues[index]); 661 pattern->contentController_->InsertValue(0, text);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_distributed_test.cpp | 42 void InsertValue(std::shared_ptr<RdbStore> &store); 111 void RdbStoreDistributedTest::InsertValue(std::shared_ptr<RdbStore> &store) in InsertValue() function in RdbStoreDistributedTest 174 InsertValue(rdbStore);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_cursor_test.cpp | 49 pattern_->InsertValue("new"); 167 pattern_->InsertValue("new"); 340 pattern_->InsertValue("abc"); 354 pattern_->InsertValue("abcde"); 788 pattern_->InsertValue("hello world"); 834 pattern_->InsertValue("hello world"); 865 pattern_->InsertValue("hello world"); 1432 pattern_->InsertValue(info.insertValue, info.isIME);
|
H A D | text_field_controller_test.cpp | 263 pattern_->InsertValue("X"); 284 pattern_->InsertValue(numStr); 534 pattern_->contentController_->InsertValue(0, insertValues[index]); 564 pattern_->contentController_->InsertValue(0, text); 624 pattern_->contentController_->InsertValue(0, text); 651 pattern_->contentController_->InsertValue(0, text);
|
H A D | text_field_pattern_func_test.cpp | 1012 pattern->InsertValue("", true); 1028 pattern->InsertValue("", true); 1045 pattern->InsertValue("", true); 1068 pattern->InsertValue("", true); 1091 pattern->InsertValue("", true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkSearch.ts | 636 class SearchOnWillInsertModifier extends ModifierWithKey<Callback<InsertValue, boolean>> { 637 constructor(value: Callback<InsertValue, boolean>) { 650 class SearchOnDidInsertModifier extends ModifierWithKey<Callback<InsertValue>> { 651 constructor(value: Callback<InsertValue>) { 939 onWillInsert(callback: Callback<InsertValue, boolean>): this { 943 onDidInsert(callback: Callback<InsertValue>): this {
|
H A D | ArkTextArea.ts | 1039 class TextAreaOnWillInsertModifier extends ModifierWithKey<Callback<InsertValue, boolean>> { 1040 constructor(value: Callback<InsertValue, boolean>) { 1053 class TextAreaOnDidInsertModifier extends ModifierWithKey<Callback<InsertValue>> { 1054 constructor(value: Callback<InsertValue>) { 1443 onWillInsert(callback: Callback<InsertValue, boolean>): this { 1447 onDidInsert(callback: Callback<InsertValue>): this {
|
H A D | ArkTextInput.ts | 1170 class TextInputOnWillInsertModifier extends ModifierWithKey<Callback<InsertValue, boolean>> { 1171 constructor(value: Callback<InsertValue, boolean>) { 1184 class TextInputOnDidInsertModifier extends ModifierWithKey<Callback<InsertValue>> { 1185 constructor(value: Callback<InsertValue>) { 1628 onWillInsert(callback: Callback<InsertValue, boolean>): this { 1632 onDidInsert(callback: Callback<InsertValue>): this {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 124 InsertValue(keyEvent.msg); in HandleKeyEvent() 135 InsertValue(value, true); in HandleKeyEvent()
|
H A D | text_input_client.h | 92 virtual void InsertValue(const std::string& insertValue, bool isIME = false) {};
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-search.md | 783 onWillInsert(callback: Callback\<InsertValue, boolean>) 795 | callback | Callback\<[InsertValue](ts-text-common.md#insertvalue12对象说明), boolean> | 是 | 在将要输入时… 799 onDidInsert(callback: Callback\<InsertValue>) 811 | callback | Callback\<[InsertValue](ts-text-common.md#insertvalue12对象说明)> | 是 | 在输入完成时调用的回调。<br… 1311 .onWillInsert((info: InsertValue) => { 1315 .onDidInsert((info: InsertValue) => {
|
H A D | ts-basic-components-textarea.md | 953 onWillInsert(callback: Callback\<InsertValue, boolean>) 965 | callback | Callback\<[InsertValue](ts-text-common.md#insertvalue12对象说明), boolean> | 是 | 在将要输入时… 969 onDidInsert(callback: Callback\<InsertValue>) 981 | callback | Callback\<[InsertValue](ts-text-common.md#insertvalue12对象说明)> | 是 | 在输入完成时调用的回调。<br… 1701 .onWillInsert((info: InsertValue) => { 1705 .onDidInsert((info: InsertValue) => {
|
H A D | ts-basic-components-textinput.md | 1231 onWillInsert(callback: Callback\<InsertValue, boolean>) 1243 | callback | Callback\<[InsertValue](ts-text-common.md#insertvalue12对象说明), boolean> | 是 | 在将要输入时… 1247 onDidInsert(callback: Callback\<InsertValue>) 1259 | callback | Callback\<[InsertValue](ts-text-common.md#insertvalue12对象说明)> | 是 | 在输入完成时调用的回调。<br… 2148 .onWillInsert((info: InsertValue) => { 2152 .onDidInsert((info: InsertValue) => {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | content_controller.h | 35 bool InsertValue(int32_t index, const std::string& value);
|
H A D | content_controller.cpp | 78 bool ContentController::InsertValue(int32_t index, const std::string& value) in InsertValue() function in OHOS::Ace::NG::ContentController
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-search.md | 784 onWillInsert(callback: Callback\<InsertValue, boolean>) 796 | callback | Callback\<[InsertValue](ts-text-common.md#insertvalue12), boolean> | Yes | Callback … 800 onDidInsert(callback: Callback\<InsertValue>) 812 | callback | Callback\<[InsertValue](ts-text-common.md#insertvalue12)> | Yes | Callback invoked w… 1312 .onWillInsert((info: InsertValue) => { 1316 .onDidInsert((info: InsertValue) => {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_multi_user_test.cpp | 100 int InsertValue(sqlite3 *db, const std::string &tableName) in InsertValue() function 145 EXPECT_EQ(InsertValue(db, tableName), SQLITE_OK); in PrepareData()
|
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 244 void InsertValue(sqlite3 *db, std::map<std::string, DataValue> &dataMap, in InsertValue() function 260 void InsertValue(sqlite3 *db, std::map<std::string, DataValue> &dataMap) in InsertValue() function 262 InsertValue(db, dataMap, g_fieldInfoList, g_tableName); in InsertValue() 431 InsertValue(db, dataMap); in InsertValueToDB() 550 InsertValue(db, dataMap, fieldInfoList, tableName); in InsertValueToDB()
|