Searched refs:GetNotificationType (Results 1 – 4 of 4) sorted by relevance
133 …if (request.GetContent() == nullptr || request.GetNotificationType() == NotificationContent::Type:… in PublishNotification()160 if (IsNonDistributedNotificationType(reqPtr->GetNotificationType())) { in PublishNotification()258 …if (request.GetContent() == nullptr || request.GetNotificationType() == NotificationContent::Type:… in PublishNotificationAsBundle()285 if (IsNonDistributedNotificationType(reqPtr->GetNotificationType())) { in PublishNotificationAsBundle()762 …if (request.GetContent() == nullptr || request.GetNotificationType() == NotificationContent::Type:… in PublishContinuousTaskNotification()791 if (IsNonDistributedNotificationType(sptrReq->GetNotificationType())) { in PublishContinuousTaskNotification()981 if (NotificationContent::Type::MEDIA != request.GetNotificationType()) { in CanPublishMediaContent()1036 auto contentType = request.GetNotificationType(); in CheckImageSizeForContent()
522 NotificationContent::Type GetNotificationType() const;
345 NotificationContent::Type NotificationRequest::GetNotificationType() const in GetNotificationType() function in OHOS::Notification::NotificationRequest
4273 eventInfo.contentType = static_cast<int32_t>(request->GetNotificationType()); in SendPublishHiSysEvent()4625 jsonObject["contentType"] = static_cast<int32_t>(request->GetNotificationType()); in PushCheck()