Searched refs:GetNotificationType (Results 1 – 8 of 8) sorted by relevance
170 …if (request.GetContent() == nullptr || request.GetNotificationType() == NotificationContent::Type:… in PublishNotification()202 if (IsNonDistributedNotificationType(reqPtr->GetNotificationType())) { in PublishNotification()300 …if (request.GetContent() == nullptr || request.GetNotificationType() == NotificationContent::Type:… in PublishNotificationAsBundle()332 if (IsNonDistributedNotificationType(reqPtr->GetNotificationType())) { in PublishNotificationAsBundle()889 …if (request.GetContent() == nullptr || request.GetNotificationType() == NotificationContent::Type:… in PublishContinuousTaskNotification()923 if (IsNonDistributedNotificationType(sptrReq->GetNotificationType())) { in PublishContinuousTaskNotification()1113 if (NotificationContent::Type::MEDIA != request.GetNotificationType()) { in CanPublishMediaContent()
44 notification->GetNotificationType() == NotificationContent::Type::LOCAL_LIVE_VIEW && in Publish()
89 eventInfo.contentType = static_cast<int32_t>(request->GetNotificationType()); in SendPublishHiSysEvent()
189 request->GetSlotType(), request->GetNotificationType()); in SetNotificationRequestToDb()
639 notification->request->GetNotificationType() == contentType) { in GetTargetRecordList()1658 request->GetNotificationType() == NotificationContent::Type::LOCAL_LIVE_VIEW && in CheckLocalLiveViewSubscribed()1669 request->GetNotificationType() == NotificationContent::Type::LOCAL_LIVE_VIEW) { in CheckLocalLiveViewAllowed()
1466 NotificationContent::Type contentType = request->GetNotificationType(); in IsNeedPushCheck()1543 jsonObject["contentType"] = static_cast<int32_t>(request->GetNotificationType()); in PushCheck()
390 NotificationContent::Type NotificationRequest::GetNotificationType() const in GetNotificationType() function in OHOS::Notification::NotificationRequest2056 GetSlotType(), GetNotificationType()); in CheckNotificationRequest()2078 oldRequest->GetSlotType(), oldRequest->GetNotificationType()); in CheckNotificationRequest()2258 auto contentType = GetNotificationType(); in CheckImageSizeForContent()
602 NotificationContent::Type GetNotificationType() const;