Searched refs:IsCommonLiveView (Results 1 – 11 of 11) sorted by relevance
82 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()
535 …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()
437 bool isCommonLiveView = notification->GetNotificationRequest().IsCommonLiveView(); in NotifyCanceledInner()
116 !request->IsCommonLiveView()) { in Publish()1244 if (!record->notification->IsRemoveAllowed() || !record->request->IsCommonLiveView()) { in RemoveNotificationBySlot()
295 if ((record == nullptr) || (!record->request->IsCommonLiveView())) { in GetActiveNotificationByFilter()
99 if (notification->GetNotificationRequest().IsCommonLiveView()) { in OnConsumed()186 if (notification->GetNotificationRequest().IsCommonLiveView()) { in OnCanceled()
51 if (notification->IsCommonLiveView()) { in Publish()473 if (notification->IsCommonLiveView()) { in PublishAsBundle()
1143 if (!request.IsCommonLiveView()) { in CanPublishLiveViewContent()
2020 bool NotificationRequest::IsCommonLiveView() const in IsCommonLiveView() function in OHOS::Notification::NotificationRequest2053 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()
1156 bool IsCommonLiveView() const;
534 EXPECT_EQ(notificationRequest.IsCommonLiveView(), false); in HWTEST_F()552 EXPECT_EQ(notificationRequest.IsCommonLiveView(), true); in HWTEST_F()