Home
last modified time | relevance | path

Searched refs:GetNotificationType (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp133 …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()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h522 NotificationContent::Type GetNotificationType() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp345 NotificationContent::Type NotificationRequest::GetNotificationType() const in GetNotificationType() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp4273 eventInfo.contentType = static_cast<int32_t>(request->GetNotificationType()); in SendPublishHiSysEvent()
4625 jsonObject["contentType"] = static_cast<int32_t>(request->GetNotificationType()); in PushCheck()