Searched refs:GetNotificationContent (Results 1 – 13 of 13) sorted by relevance
86 auto content = record->request->GetContent()->GetNotificationContent(); in UpdateNotificationTimerInfo()167 …:static_pointer_cast<NotificationLiveViewContent>(request->GetContent()->GetNotificationContent()); in IsLiveViewCanRecover()196 request->GetContent()->GetNotificationContent()); in SetNotificationRequestToDb()
1475 …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()
441 notification->GetNotificationRequest().GetContent()->GetNotificationContent()); in NotifyCanceledInner()
220 oldRequest->GetContent()->GetNotificationContent()); in FillRequestByKeys()
179 std::shared_ptr<NotificationBasicContent> GetNotificationContent() const;
358 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()
118 std::shared_ptr<NotificationBasicContent> NotificationContent::GetNotificationContent() const in GetNotificationContent() function in OHOS::Notification::NotificationContent
204 … 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()
336 std::shared_ptr<NotificationBasicContent> result = notificationContent.GetNotificationContent();
1122 …std::static_pointer_cast<NotificationMediaContent>(request.GetContent()->GetNotificationContent()); in CanPublishMediaContent()1152 auto content = request.GetContent()->GetNotificationContent(); in CanPublishLiveViewContent()
66 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
625 if (GetNotificationContent(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
955 static napi_value GetNotificationContent(