Home
last modified time | relevance | path

Searched refs:IsCommonLiveView (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/advanced_notification_publish/
H A Dlive_publish_process.cpp88 !request->IsCommonLiveView()) { in PublishNotificationByApp()
105 if (request->IsCommonLiveView()) { in CheckLocalLiveViewSubscribed()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp118 if (!record->request->IsCommonLiveView()) { in UpdateNotificationTimerInfo()
156 (!(record->request->IsCommonLiveView()) && !(record->request->IsSystemLiveView()))) { in ProcForDeleteLiveView()
191 notificationRecord->notification->GetNotificationRequest().IsCommonLiveView()) { in OnSubscriberAdd()
234 if (!request->IsCommonLiveView()) { in SetNotificationRequestToDb()
472 if (!request->IsCommonLiveView() || lockScreenPicture == nullptr) { in SetLockScreenPictureToDb()
H A Dnotification_subscriber_manager.cpp503 bool isCommonLiveView = notification->GetNotificationRequest().IsCommonLiveView(); in NotifyCanceledInner()
582 if (notification->GetNotificationRequest().IsCommonLiveView() && in BatchNotifyCanceledInner()
H A Dadvanced_notification_service.cpp704 …ecord->request->GetAutoDeletedTime() > GetCurrentTime()) && !record->request->IsCommonLiveView()) { in PublishPreparedNotification()
883 bool liveView = record->request->IsCommonLiveView(); in Filter()
1974 if (request->IsCommonLiveView()) { in IsNeedPushCheck()
2053 if (request->IsCommonLiveView()) { in PushCheck()
2136 if (!request->IsCommonLiveView()) { in IsNeedNotifyConsumed()
H A Dadvanced_notification_publish_service.cpp254 …ecord->request->GetAutoDeletedTime() > GetCurrentTime()) && !record->request->IsCommonLiveView()) { in PublishNotificationForIndirectProxy()
2454 …ecord->request->GetAutoDeletedTime() > GetCurrentTime()) && !record->request->IsCommonLiveView()) { in PublishNotificationBySa()
2655 if (request->IsCommonLiveView() || request->GetAppMessageId().empty()) { in DuplicateMsgControl()
H A Dadvanced_notification_utils.cpp299 if ((record == nullptr) || (!record->request->IsCommonLiveView())) { in GetActiveNotificationByFilter()
689 if (notification->request != nullptr && notification->request->IsCommonLiveView()) { in GetCommonTargetRecordList()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_proxy.cpp99 if (notification->GetNotificationRequest().IsCommonLiveView()) { in OnConsumed()
189 if (notification->GetNotificationRequest().IsCommonLiveView()) { in OnCanceled()
H A Dans_manager_proxy.cpp45 if (notification->IsCommonLiveView()) { in Publish()
89 if (notification->IsCommonLiveView()) { in PublishNotificationForIndirectProxy()
600 if (notification->IsCommonLiveView()) { in PublishAsBundle()
H A Dans_notification.cpp1515 if (!request.IsCommonLiveView()) { in CanPublishLiveViewContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2385 bool NotificationRequest::IsCommonLiveView() const in IsCommonLiveView() function in OHOS::Notification::NotificationRequest
2424 if (!IsCommonLiveView()) { in CheckNotificationRequest()
2425 if ((oldRequest != nullptr) && oldRequest->IsCommonLiveView()) { in CheckNotificationRequest()
2446 if (!oldRequest->IsCommonLiveView()) { in CheckNotificationRequest()
2472 if (!IsCommonLiveView() || (oldRequest == nullptr)) { in FillMissingParameters()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp550 EXPECT_EQ(notificationRequest.IsCommonLiveView(), false); in HWTEST_F()
568 EXPECT_EQ(notificationRequest.IsCommonLiveView(), true); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1231 bool IsCommonLiveView() const;