Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp64 contentType_ = NotificationContent::Type::CONVERSATION; in NotificationContent()
129 : (contentType_ == NotificationContent::Type::CONVERSATION) ? "CONVERSATION" in Dump()
237 case NotificationContent::Type::CONVERSATION: in ReadFromParcel()
304 case NotificationContent::Type::CONVERSATION: in ConvertJsonToContent()
341 convertStrToContentType_[CONTENT_TYPE_CONVERSATION] = NotificationContent::Type::CONVERSATION; in GetContentTypeByString()
H A Dnotification_request.cpp2706 case NotificationContent::Type::CONVERSATION: in CheckImageSizeForContent()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h48 CONVERSATION, member in OHOS::Notification::NotificationContent::Type
115 * GetNotificationContent()) and set the content type to NotificationContent::Type::CONVERSATION (obtained by
166 * NotificationContent::Type::CONVERSATION,
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp37 outType = NotificationContent::Type::CONVERSATION; in ContentTypeJSToC()
67 case NotificationContent::Type::CONVERSATION: in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp181 EXPECT_EQ(result, NotificationContent::Type::CONVERSATION); in HWTEST_F()
310 jsonObject["contentType"] = NotificationContent::Type::CONVERSATION; in HWTEST_F()
H A Dans_log_test.cpp67 EXPECT_EQ(outType, NotificationContent::Type::CONVERSATION); in HWTEST_F()
98 inType = NotificationContent::Type::CONVERSATION; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp752 outType = NotificationContent::Type::CONVERSATION; in ContentTypeCJToC()
782 case NotificationContent::Type::CONVERSATION: in ContentTypeCToCJ()
856 case NotificationContent::Type::CONVERSATION: in GetNotificationContent()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp91 case NotificationContent::Type::CONVERSATION: in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp479 case NotificationContent::Type::CONVERSATION: in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1562 return ((type == NotificationContent::Type::CONVERSATION) || in IsNonDistributedNotificationType()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp306 EXPECT_EQ(NotificationContent::Type::CONVERSATION, notificationContent->GetContentType()); in CheckCaseFourResult()

Completed in 19 milliseconds