Home
last modified time | relevance | path

Searched refs:MULTILINE (Results 1 - 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp75 contentType_ = NotificationContent::Type::MULTILINE; in NotificationContent()
132 : (contentType_ == NotificationContent::Type::MULTILINE) ? "MULTILINE" in Dump()
250 case NotificationContent::Type::MULTILINE: in ReadFromParcel()
310 case NotificationContent::Type::MULTILINE: in ConvertJsonToContent()
344 convertStrToContentType_[CONTENT_TYPE_MULTILINE] = NotificationContent::Type::MULTILINE; in GetContentTypeByString()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h63 MULTILINE, member in OHOS::Notification::NotificationContent::Type
124 * GetNotificationContent()) and set the content type to NotificationContent::Type::MULTILINE (obtained by calling
167 * NotificationContent::Type::MULTILINE,
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h25 MULTILINE, member in OHOS::NWeb::IMFAdapterTextInputType
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dfile_parser.py453 p = re.compile(find_regex, re.MULTILINE | re.DOTALL)
571 re.MULTILINE | re.DOTALL)
585 re.MULTILINE | re.DOTALL)
609 re.MULTILINE | re.DOTALL)
633 re.MULTILINE | re.DOTALL)
820 re.MULTILINE | re.DOTALL)
836 re.MULTILINE | re.DOTALL)
851 re.MULTILINE | re.DOTALL)
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp31 outType = NotificationContent::Type::MULTILINE; in ContentTypeJSToC()
61 case NotificationContent::Type::MULTILINE: in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp217 EXPECT_EQ(result, NotificationContent::Type::MULTILINE); in HWTEST_F()
316 jsonObject["contentType"] = NotificationContent::Type::MULTILINE; in HWTEST_F()
H A Dans_log_test.cpp61 EXPECT_EQ(outType, NotificationContent::Type::MULTILINE); in HWTEST_F()
92 inType = NotificationContent::Type::MULTILINE; in HWTEST_F()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h48 MULTILINE, member in OHOS::MiscServices::TextInputType
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp746 outType = NotificationContent::Type::MULTILINE; in ContentTypeCJToC()
776 case NotificationContent::Type::MULTILINE: in ContentTypeCToCJ()
858 case NotificationContent::Type::MULTILINE: in GetNotificationContent()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp96 case NotificationContent::Type::MULTILINE: in GetNotificationContent()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp161 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(TextInputType::MULTILINE), &typeMultiline)); in GetJsTextInputTypeProperty()
172 NAPI_CALL(env, napi_set_named_property(env, textInputType, "MULTILINE", typeMultiline)); in GetJsTextInputTypeProperty()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp484 case NotificationContent::Type::MULTILINE: in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp332 EXPECT_EQ(NotificationContent::Type::MULTILINE, notificationContent->GetContentType()); in CheckCaseFiveResult()

Completed in 17 milliseconds