Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_live_view_service.cpp82 if (!record->request->IsCommonLiveView()) { in UpdateNotificationTimerInfo()
119 if ((record->request == nullptr) || !(record->request->IsCommonLiveView())) { in ProcForDeleteLiveView()
144 notificationRecord->notification->GetNotificationRequest().IsCommonLiveView()) { in OnSubscriberAdd()
187 if (!request->IsCommonLiveView()) { in SetNotificationRequestToDb()
Dadvanced_notification_service.cpp535 …ecord->request->GetAutoDeletedTime() > GetCurrentTime()) && !record->request->IsCommonLiveView()) { in PublishPreparedNotification()
1473 if (request->IsCommonLiveView()) { in IsNeedPushCheck()
1547 if (request->IsCommonLiveView()) { in PushCheck()
1624 if (!request->IsCommonLiveView()) { in IsNeedNotifyConsumed()
Dnotification_subscriber_manager.cpp437 bool isCommonLiveView = notification->GetNotificationRequest().IsCommonLiveView(); in NotifyCanceledInner()
Dadvanced_notification_publish_service.cpp116 !request->IsCommonLiveView()) { in Publish()
1244 if (!record->notification->IsRemoveAllowed() || !record->request->IsCommonLiveView()) { in RemoveNotificationBySlot()
Dadvanced_notification_utils.cpp295 if ((record == nullptr) || (!record->request->IsCommonLiveView())) { in GetActiveNotificationByFilter()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_proxy.cpp99 if (notification->GetNotificationRequest().IsCommonLiveView()) { in OnConsumed()
186 if (notification->GetNotificationRequest().IsCommonLiveView()) { in OnCanceled()
Dans_manager_proxy.cpp51 if (notification->IsCommonLiveView()) { in Publish()
473 if (notification->IsCommonLiveView()) { in PublishAsBundle()
Dans_notification.cpp1143 if (!request.IsCommonLiveView()) { in CanPublishLiveViewContent()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp2020 bool NotificationRequest::IsCommonLiveView() const in IsCommonLiveView() function in OHOS::Notification::NotificationRequest
2053 if (!IsCommonLiveView()) { in CheckNotificationRequest()
2054 if ((oldRequest != nullptr) && oldRequest->IsCommonLiveView()) { in CheckNotificationRequest()
2076 if (!oldRequest->IsCommonLiveView()) { in CheckNotificationRequest()
2102 if (!IsCommonLiveView() || (oldRequest == nullptr)) { in FillMissingParameters()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1156 bool IsCommonLiveView() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp534 EXPECT_EQ(notificationRequest.IsCommonLiveView(), false); in HWTEST_F()
552 EXPECT_EQ(notificationRequest.IsCommonLiveView(), true); in HWTEST_F()