Home
last modified time | relevance | path

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

/ohos5.0/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.cpp2650 case NotificationContent::Type::CONVERSATION: in CheckImageSizeForContent()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h48 CONVERSATION, enumerator
/ohos5.0/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()
/ohos5.0/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;
H A Dans_log_test.cpp104 EXPECT_EQ(outType, NotificationContent::Type::CONVERSATION);
135 inType = NotificationContent::Type::CONVERSATION;
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp317 outType = NotificationContent::Type::CONVERSATION; in ContentTypeCJToC()
383 case NotificationContent::Type::CONVERSATION: in GetNotificationContent()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp91 case NotificationContent::Type::CONVERSATION: in GetNotificationContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp479 case NotificationContent::Type::CONVERSATION: in GetNotificationContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1605 return ((type == NotificationContent::Type::CONVERSATION) || in IsNonDistributedNotificationType()
/ohos5.0/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()