/foundation/ai/ai_engine/services/common/utils/log/ |
H A D | aie_log.h | 28 #define NEW_LINE "\n" macro 31 #define HILOGD(fmt, ...) HILOG_DEBUG(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \ 38 #define HILOGI(fmt, ...) HILOG_INFO(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \ 45 #define HILOGW(fmt, ...) HILOG_WARN(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \ 52 #define HILOGE(fmt, ...) HILOG_ERROR(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \ 59 #define HILOGF(fmt, ...) HILOG_FATAL(LOG_CORE, AI_LABEL "[%s:%d]" fmt NEW_LINE, \
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_action.h | 37 NEW_LINE = 8, member in OHOS::Ace::TextInputAction 38 END = NEW_LINE,
|
/foundation/ability/dmsfwk_lite/include/ |
H A D | dmslite_log.h | 28 #define NEW_LINE "\n"
macro 34 HILOG_##LEVEL(HILOG_MODULE_DMS, DMSLITE_LABEL "[%s:%d]" fmt NEW_LINE, __func__, __LINE__, ##__VA_ARGS__)
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_area_test.cpp | 254 * @tc.steps: set TextInputAction NEW_LINE and call PerformAction in HWTEST_F() 262 EXPECT_EQ(textInputAction, TextInputAction::NEW_LINE); in HWTEST_F() 534 * @tc.steps: set TextInputAction NEW_LINE and call PerformAction in HWTEST_F() 542 EXPECT_EQ(textInputAction, TextInputAction::NEW_LINE); in HWTEST_F() 571 * @tc.steps: set TextInputAction NEW_LINE and call PerformAction in HWTEST_F() 579 EXPECT_EQ(textInputAction, TextInputAction::NEW_LINE); in HWTEST_F() 610 * @tc.steps: set TextInputAction NEW_LINE and call PerformAction in HWTEST_F() 618 EXPECT_EQ(textInputAction, TextInputAction::NEW_LINE); in HWTEST_F() 1108 * @tc.steps: set TextInputAction NEW_LINE and call PerformAction in HWTEST_F() 1116 EXPECT_EQ(textInputAction, TextInputAction::NEW_LINE); in HWTEST_F() [all...] |
H A D | text_field_pattern_testfour.cpp | 461 pattern->PerformAction(TextInputAction::NEW_LINE); in HWTEST_F() 464 pattern->PerformAction(TextInputAction::NEW_LINE); in HWTEST_F() 466 pattern->PerformAction(TextInputAction::NEW_LINE); in HWTEST_F()
|
H A D | text_field_pattern_test.cpp | 942 pattern->PerformAction(TextInputAction::NEW_LINE, false); in HWTEST_F() 944 pattern->PerformAction(TextInputAction::NEW_LINE, false); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textfield_ffi.cpp | 31 TextInputAction::NEW_LINE
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_base_testone_ng.cpp | 191 richEditorModel.SetEnterKeyType(TextInputAction::NEW_LINE); in HWTEST_F() 194 TextInputAction::NEW_LINE); in HWTEST_F() 198 TextInputAction::NEW_LINE); in HWTEST_F()
|
H A D | rich_editor_change_callback_test_ng.cpp | 1342 TextInputAction action2 = TextInputAction::NEW_LINE; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 184 case TextInputAction::NEW_LINE: in HandleFunctionKey()
|
H A D | text_field_model_ng.cpp | 332 value = pattern->IsTextArea() ? TextInputAction::NEW_LINE : TextInputAction::DONE; in SetEnterKeyType() 1198 value = pattern->IsTextArea() ? TextInputAction::NEW_LINE : TextInputAction::DONE; in SetEnterKeyType() 1455 frameNode->GetTag() == V2::TEXTAREA_ETS_TAG ? TextInputAction::NEW_LINE : TextInputAction::DONE); in GetEnterKeyType()
|
H A D | text_field_pattern.cpp | 3765 defaultTextInputAction = TextInputAction::NEW_LINE; in GetDefaultTextInputAction() 4929 if (IsNormalInlineState() && action != TextInputAction::NEW_LINE) { in PerformAction() 4938 if (IsTextArea() && action == TextInputAction::NEW_LINE) { in PerformAction()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_model_ng.cpp | 391 action = TextInputAction::NEW_LINE; in SetEnterKeyType()
|
H A D | rich_editor_pattern.h | 1392 TextInputAction action_ = TextInputAction::NEW_LINE;
|
H A D | rich_editor_pattern.cpp | 9458 if (action == TextInputAction::NEW_LINE) { in PerformAction() 9466 if (event.IsKeepEditable() || action == TextInputAction::NEW_LINE) { in PerformAction() 9487 return TextInputAction::NEW_LINE; in GetDefaultTextInputAction()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | rich_editor_modifier.cpp | 342 auto defaultEnterKeyType = TextInputAction::NEW_LINE; in ResetRichEditorEnterKeyType()
|
H A D | node_text_area_modifier.cpp | 967 TextFieldModelNG::SetEnterKeyType(frameNode, TextInputAction::NEW_LINE); in ResetTextAreaEnterKeyType()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 63 const std::string NEW_LINE = "\n"; member 1835 textEditingValue->text = value.GetBeforeSelection() + NEW_LINE + value.GetAfterSelection(); in PerformAction()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rich_editor_bridge.cpp | 1575 uint32_t enterKeyType = static_cast<uint32_t>(TextInputAction::NEW_LINE); in SetEnterKeyType()
|