Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_content.cpp61 contentType_ = NotificationContent::Type::CONVERSATION; in NotificationContent()
103 … : (contentType_ == NotificationContent::Type::CONVERSATION) ? "CONVERSATION" in Dump()
209 case NotificationContent::Type::CONVERSATION: in ReadFromParcel()
268 case NotificationContent::Type::CONVERSATION: in ConvertJsonToContent()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_content.h46 CONVERSATION, enumerator
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_content_test.cpp175 EXPECT_EQ(result, NotificationContent::Type::CONVERSATION); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1038 case NotificationContent::Type::CONVERSATION: { in CheckImageSizeForContent()
1136 …return ((type == NotificationContent::Type::CONVERSATION) || (type == NotificationContent::Type::P… in IsNonDistributedNotificationType()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1785 case NotificationContent::Type::CONVERSATION: in GetNotificationContent()
4328 outType = NotificationContent::Type::CONVERSATION; in ContentTypeJSToC()
4352 case NotificationContent::Type::CONVERSATION: in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp262 … EXPECT_EQ(NotificationContent::Type::CONVERSATION, notificationContent->GetContentType()); in CheckCaseFourResult()