Home
last modified time | relevance | path

Searched refs:GetNotificationContent (Results 1 – 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_live_view_service.cpp86 auto content = record->request->GetContent()->GetNotificationContent(); in UpdateNotificationTimerInfo()
167 …:static_pointer_cast<NotificationLiveViewContent>(request->GetContent()->GetNotificationContent()); in IsLiveViewCanRecover()
196 request->GetContent()->GetNotificationContent()); in SetNotificationRequestToDb()
Dadvanced_notification_service.cpp1475 …Content = std::static_pointer_cast<NotificationLiveViewContent>(content->GetNotificationContent()); in IsNeedPushCheck()
1501 …Content = std::static_pointer_cast<NotificationLiveViewContent>(content->GetNotificationContent()); in FillExtraInfoToJson()
1628 auto content = request->GetContent()->GetNotificationContent(); in IsNeedNotifyConsumed()
Dnotification_subscriber_manager.cpp441 notification->GetNotificationRequest().GetContent()->GetNotificationContent()); in NotifyCanceledInner()
Dadvanced_notification_utils.cpp220 oldRequest->GetContent()->GetNotificationContent()); in FillRequestByKeys()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_content.h179 std::shared_ptr<NotificationBasicContent> GetNotificationContent() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp358 auto basicContent = notificationContent_->GetNotificationContent(); in IsColorEnabled()
2028 auto content = notificationContent_->GetNotificationContent(); in CheckVersion()
2030 auto oldContent = oldRequest->GetContent()->GetNotificationContent(); in CheckVersion()
2063 auto content = notificationContent_->GetNotificationContent(); in CheckNotificationRequest()
2088 auto oldContent = oldRequest->GetContent()->GetNotificationContent(); in CheckNotificationRequest()
2115 auto content = notificationContent_->GetNotificationContent(); in FillMissingParameters()
2122 auto oldContent = oldRequest->GetContent()->GetNotificationContent(); in FillMissingParameters()
2252 auto basicContent = GetContent()->GetNotificationContent(); in CheckImageSizeForContent()
Dnotification_content.cpp118 std::shared_ptr<NotificationBasicContent> NotificationContent::GetNotificationContent() const in GetNotificationContent() function in OHOS::Notification::NotificationContent
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp204 … std::static_pointer_cast<NotificationMediaContent>(notificationContent->GetNotificationContent()); in CheckCaseOneResult()
298 notificationContent->GetNotificationContent()); in CheckCaseFourResult()
323 …::static_pointer_cast<NotificationMultiLineContent>(notificationContent->GetNotificationContent()); in CheckCaseFiveResult()
341 …td::static_pointer_cast<NotificationPictureContent>(notificationContent->GetNotificationContent()); in CheckCaseSixResult()
357 …d::static_pointer_cast<NotificationLongTextContent>(notificationContent->GetNotificationContent()); in CheckCaseSevenResult()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_content_test.cpp336 std::shared_ptr<NotificationBasicContent> result = notificationContent.GetNotificationContent();
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1122 …std::static_pointer_cast<NotificationMediaContent>(request.GetContent()->GetNotificationContent()); in CanPublishMediaContent()
1152 auto content = request.GetContent()->GetNotificationContent(); in CanPublishLiveViewContent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_content.cpp66 std::shared_ptr<NotificationBasicContent> basicContent = content->GetNotificationContent(); in SetNotificationContentDetailed()
444 napi_value Common::GetNotificationContent(const napi_env &env, const napi_value &value, Notificatio… in GetNotificationContent() function in OHOS::NotificationNapi::Common
Dcommon_convert_request.cpp625 if (GetNotificationContent(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h955 static napi_value GetNotificationContent(