Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp122 auto content = record->request->GetContent()->GetNotificationContent(); in UpdateNotificationTimerInfo()
214 …:static_pointer_cast<NotificationLiveViewContent>(request->GetContent()->GetNotificationContent()); in IsLiveViewCanRecover()
243 request->GetContent()->GetNotificationContent()); in SetNotificationRequestToDb()
454 if (oldRequest->GetContent()->GetNotificationContent() == nullptr || in FillLockScreenPicture()
455 newRequest->GetContent()->GetNotificationContent() == nullptr) { in FillLockScreenPicture()
462 auto oldContent = oldRequest->GetContent()->GetNotificationContent(); in FillLockScreenPicture()
463 auto newContent = newRequest->GetContent()->GetNotificationContent(); in FillLockScreenPicture()
471 … auto lockScreenPicture = request->GetContent()->GetNotificationContent()->GetLockScreenPicture(); in SetLockScreenPictureToDb()
516 request->GetContent()->GetNotificationContent()->SetLockScreenPicture(picture); in GetLockScreenPictureFromDb()
754 if (!request->GetContent() || !request->GetContent()->GetNotificationContent()) { in HandleUpdateLiveViewNotificationTimer()
[all …]
H A Dnotification_subscriber_manager.cpp507 notification->GetNotificationRequest().GetContent()->GetNotificationContent()); in NotifyCanceledInner()
583 requestContent->GetNotificationContent() != nullptr) { in BatchNotifyCanceledInner()
585 requestContent->GetNotificationContent()); in BatchNotifyCanceledInner()
591 requestContent->GetNotificationContent() != nullptr) { in BatchNotifyCanceledInner()
593 requestContent->GetNotificationContent()); in BatchNotifyCanceledInner()
H A Dadvanced_notification_service.cpp1981 …Content = std::static_pointer_cast<NotificationLiveViewContent>(content->GetNotificationContent()); in IsNeedPushCheck()
2007 …Content = std::static_pointer_cast<NotificationLiveViewContent>(content->GetNotificationContent()); in FillExtraInfoToJson()
2140 auto content = request->GetContent()->GetNotificationContent(); in IsNeedNotifyConsumed()
H A Dadvanced_notification_publish_service.cpp229 … record->request->GetContent()->GetNotificationContent())->GetType() == TYPE_CODE_DOWNLOAD)) { in PublishNotificationForIndirectProxy()
1695 notificationRequest->GetContent()->GetNotificationContent()); in RemoveAllNotificationsInner()
2372 request->GetContent()->GetNotificationContent())->GetType() != TYPE_CODE_DOWNLOAD)) { in PublishNotificationBySa()
2428 … record->request->GetContent()->GetNotificationContent())->GetType() == TYPE_CODE_DOWNLOAD)) { in PublishNotificationBySa()
H A Dadvanced_notification_utils.cpp230 oldRequest->GetContent()->GetNotificationContent()); in FillRequestByKeys()
691 notification->request->GetContent()->GetNotificationContent()); in GetCommonTargetRecordList()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h184 std::shared_ptr<NotificationBasicContent> GetNotificationContent() const;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/advanced_notification_publish/
H A Dlive_publish_process.cpp108 request->GetContent()->GetNotificationContent()); in CheckLocalLiveViewSubscribed()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h360 const std::string &GetNotificationContent() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp376 auto basicContent = notificationContent_->GetNotificationContent(); in IsColorEnabled()
2399 auto content = notificationContent_->GetNotificationContent(); in CheckVersion()
2401 auto oldContent = oldRequest->GetContent()->GetNotificationContent(); in CheckVersion()
2434 auto content = notificationContent_->GetNotificationContent(); in CheckNotificationRequest()
2458 auto oldContent = oldRequest->GetContent()->GetNotificationContent(); in CheckNotificationRequest()
2485 auto content = notificationContent_->GetNotificationContent(); in FillMissingParameters()
2492 auto oldContent = oldRequest->GetContent()->GetNotificationContent(); in FillMissingParameters()
2635 auto basicContent = GetContent()->GetNotificationContent(); in CheckImageSizeForContent()
H A Dnotification_content.cpp121 std::shared_ptr<NotificationBasicContent> NotificationContent::GetNotificationContent() const in GetNotificationContent() function in OHOS::Notification::NotificationContent
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp370 …if (request->GetContent() != nullptr && request->GetContent()->GetNotificationContent() != nullptr… in GetReminderAffecteds()
372 …ic_cast<NotificationLocalLiveViewContent *>(&(*(request->GetContent()->GetNotificationContent()))); in GetReminderAffecteds()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp170 auto const &normalContent = content->GetNotificationContent(); in RefreshContinuousNotifications()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp361 static bool GetNotificationContent(CNotificationContent content, NotificationRequest &request) in GetNotificationContent() function
594 if (!GetNotificationContent(cjRequest.notificationContent, request)) { in GetNotificationRequestByCustom()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp222 const std::string &AccessibilityEventInfo::GetNotificationContent() const in GetNotificationContent() function in OHOS::Accessibility::AccessibilityEventInfo
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_event_info_test.cpp154 EXPECT_EQ(eventInfo_->GetNotificationContent(), content);
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp215 … std::static_pointer_cast<NotificationMediaContent>(notificationContent->GetNotificationContent()); in CheckCaseOneResult()
309 notificationContent->GetNotificationContent()); in CheckCaseFourResult()
334 …::static_pointer_cast<NotificationMultiLineContent>(notificationContent->GetNotificationContent()); in CheckCaseFiveResult()
352 …td::static_pointer_cast<NotificationPictureContent>(notificationContent->GetNotificationContent()); in CheckCaseSixResult()
368 …d::static_pointer_cast<NotificationLongTextContent>(notificationContent->GetNotificationContent()); in CheckCaseSevenResult()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp223 EXPECT_NE(newRequest->GetContent()->GetNotificationContent()->GetLockScreenPicture(), nullptr);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp336 std::shared_ptr<NotificationBasicContent> result = notificationContent.GetNotificationContent();
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp362 auto content = request->GetContent()->GetNotificationContent(); in BuildExtraInfoWithReq()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h529 static napi_value GetNotificationContent(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp66 std::shared_ptr<NotificationBasicContent> basicContent = content->GetNotificationContent(); in SetNotificationContentDetailed()
445 napi_value Common::GetNotificationContent(const napi_env &env, const napi_value &value, Notificatio… in GetNotificationContent() function in OHOS::NotificationNapi::Common
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1494 …std::static_pointer_cast<NotificationMediaContent>(request.GetContent()->GetNotificationContent()); in CanPublishMediaContent()
1524 auto content = request.GetContent()->GetNotificationContent(); in CanPublishLiveViewContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h919 static napi_value GetNotificationContent(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp56 napi_value NotificationNapi::GetNotificationContent( in GetNotificationContent() function in OHOS::Location::NotificationNapi
H A Dnotification_napi_convert_request.cpp143 if (GetNotificationContent(env, value, request) == nullptr) { in GetNotificationRequestByCustom()

12