/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_live_view_service.cpp | 122 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 D | notification_subscriber_manager.cpp | 507 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 D | advanced_notification_service.cpp | 1981 …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 D | advanced_notification_publish_service.cpp | 229 … 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 D | advanced_notification_utils.cpp | 230 oldRequest->GetContent()->GetNotificationContent()); in FillRequestByKeys() 691 notification->request->GetContent()->GetNotificationContent()); in GetCommonTargetRecordList()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_content.h | 184 std::shared_ptr<NotificationBasicContent> GetNotificationContent() const;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/advanced_notification_publish/ |
H A D | live_publish_process.cpp | 108 request->GetContent()->GetNotificationContent()); in CheckLocalLiveViewSubscribed()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_event_info.h | 360 const std::string &GetNotificationContent() const;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_request.cpp | 376 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 D | notification_content.cpp | 121 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 D | smart_reminder_center.cpp | 370 …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 D | notification_tools.cpp | 170 auto const &normalContent = content->GetNotificationContent(); in RefreshContinuousNotifications()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 361 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 D | accessibility_event_info.cpp | 222 const std::string &AccessibilityEventInfo::GetNotificationContent() const in GetNotificationContent() function in OHOS::Accessibility::AccessibilityEventInfo
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_event_info_test.cpp | 154 EXPECT_EQ(eventInfo_->GetNotificationContent(), content);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 215 … 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 D | advanced_notification_live_view_service_test.cpp | 223 EXPECT_NE(newRequest->GetContent()->GetNotificationContent()->GetLockScreenPicture(), nullptr);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_content_test.cpp | 336 std::shared_ptr<NotificationBasicContent> result = notificationContent.GetNotificationContent();
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | notification_analytics_util.cpp | 362 auto content = request->GetContent()->GetNotificationContent(); in BuildExtraInfoWithReq()
|
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 529 static napi_value GetNotificationContent(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 66 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 D | ans_notification.cpp | 1494 …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 D | common.h | 919 static napi_value GetNotificationContent(
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 56 napi_value NotificationNapi::GetNotificationContent( in GetNotificationContent() function in OHOS::Location::NotificationNapi
|
H A D | notification_napi_convert_request.cpp | 143 if (GetNotificationContent(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
|