Home
last modified time | relevance | path

Searched refs:LONG_TEXT (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_content.cpp39 contentType_ = NotificationContent::Type::LONG_TEXT; in NotificationContent()
104 … : (contentType_ == NotificationContent::Type::LONG_TEXT) ? "LONG_TEXT" in Dump()
214 case NotificationContent::Type::LONG_TEXT: in ReadFromParcel()
271 case NotificationContent::Type::LONG_TEXT: in ConvertJsonToContent()
Dnotification_request.cpp402 if ((NotificationContent::Type::LONG_TEXT == notificationContentType_) || in SetSettingsText()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_content.h51 LONG_TEXT, enumerator
/base/notification/distributed_notification_service/services/ans/test/unittest/
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/js/napi/src/
Dcommon.cpp1775 case NotificationContent::Type::LONG_TEXT: in GetNotificationContent()
4319 outType = NotificationContent::Type::LONG_TEXT; in ContentTypeJSToC()
4343 case NotificationContent::Type::LONG_TEXT: in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp322 EXPECT_EQ(NotificationContent::Type::LONG_TEXT, notificationContent->GetContentType()); in CheckCaseSevenResult()