Home
last modified time | relevance | path

Searched refs:NEW_LINE (Results 1 - 19 of 19) sorted by relevance

/foundation/ai/ai_engine/services/common/utils/log/
H A Daie_log.h28 #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 Dtext_input_action.h37 NEW_LINE = 8, member in OHOS::Ace::TextInputAction
38 END = NEW_LINE,
/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_log.h28 #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 Dtext_area_test.cpp254 * @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 Dtext_field_pattern_testfour.cpp461 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 Dtext_field_pattern_test.cpp942 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 Dcj_textfield_ffi.cpp31 TextInputAction::NEW_LINE
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp191 richEditorModel.SetEnterKeyType(TextInputAction::NEW_LINE); in HWTEST_F()
194 TextInputAction::NEW_LINE); in HWTEST_F()
198 TextInputAction::NEW_LINE); in HWTEST_F()
H A Drich_editor_change_callback_test_ng.cpp1342 TextInputAction action2 = TextInputAction::NEW_LINE; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp184 case TextInputAction::NEW_LINE: in HandleFunctionKey()
H A Dtext_field_model_ng.cpp332 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 Dtext_field_pattern.cpp3765 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 Drich_editor_model_ng.cpp391 action = TextInputAction::NEW_LINE; in SetEnterKeyType()
H A Drich_editor_pattern.h1392 TextInputAction action_ = TextInputAction::NEW_LINE;
H A Drich_editor_pattern.cpp9458 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 Drich_editor_modifier.cpp342 auto defaultEnterKeyType = TextInputAction::NEW_LINE; in ResetRichEditorEnterKeyType()
H A Dnode_text_area_modifier.cpp967 TextFieldModelNG::SetEnterKeyType(frameNode, TextInputAction::NEW_LINE); in ResetTextAreaEnterKeyType()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp63 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 Darkts_native_rich_editor_bridge.cpp1575 uint32_t enterKeyType = static_cast<uint32_t>(TextInputAction::NEW_LINE); in SetEnterKeyType()

Completed in 63 milliseconds