Home
last modified time | relevance | path

Searched refs:LONG_TEXT (Results 1 - 11 of 11) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp42 contentType_ = NotificationContent::Type::LONG_TEXT; in NotificationContent()
130 : (contentType_ == NotificationContent::Type::LONG_TEXT) ? "LONG_TEXT" in Dump()
242 case NotificationContent::Type::LONG_TEXT: in ReadFromParcel()
307 case NotificationContent::Type::LONG_TEXT: in ConvertJsonToContent()
342 convertStrToContentType_[CONTENT_TYPE_LONG_TEXT] = NotificationContent::Type::LONG_TEXT; in GetContentTypeByString()
H A Dnotification_request.cpp472 if ((NotificationContent::Type::LONG_TEXT == notificationContentType_) || in SetSettingsText()
474 ANS_LOGW("This method is invalid if the notification content type has been set to LONG_TEXT or PICTURE."); in SetSettingsText()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h53 LONG_TEXT, member in OHOS::Notification::NotificationContent::Type
97 * GetNotificationContent()) and set the content type to NotificationContent::Type::LONG_TEXT (obtained by calling
164 * NotificationContent::Type::LONG_TEXT,
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_hisysevent_test.cpp165 eventInfo.contentType = static_cast<int32_t>(NotificationContent::Type::LONG_TEXT); in HWTEST_F()
335 eventInfo.contentType = static_cast<int32_t>(NotificationContent::Type::LONG_TEXT); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp28 outType = NotificationContent::Type::LONG_TEXT; in ContentTypeJSToC()
58 case NotificationContent::Type::LONG_TEXT: in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp58 EXPECT_EQ(outType, NotificationContent::Type::LONG_TEXT); in HWTEST_F()
89 inType = NotificationContent::Type::LONG_TEXT; in HWTEST_F()
H A Dnotification_content_test.cpp313 jsonObject["contentType"] = NotificationContent::Type::LONG_TEXT; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp743 outType = NotificationContent::Type::LONG_TEXT; in ContentTypeCJToC()
773 case NotificationContent::Type::LONG_TEXT: in ContentTypeCToCJ()
846 case NotificationContent::Type::LONG_TEXT: in GetNotificationContent()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp81 case NotificationContent::Type::LONG_TEXT: in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp469 case NotificationContent::Type::LONG_TEXT: in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp366 EXPECT_EQ(NotificationContent::Type::LONG_TEXT, notificationContent->GetContentType()); in CheckCaseSevenResult()

Completed in 17 milliseconds