Searched refs:IsCommonLiveView (Results 1 – 12 of 12) sorted by relevance
88 !request->IsCommonLiveView()) { in PublishNotificationByApp()105 if (request->IsCommonLiveView()) { in CheckLocalLiveViewSubscribed()
118 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()
503 bool isCommonLiveView = notification->GetNotificationRequest().IsCommonLiveView(); in NotifyCanceledInner()582 if (notification->GetNotificationRequest().IsCommonLiveView() && in BatchNotifyCanceledInner()
704 …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()
254 …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()
299 if ((record == nullptr) || (!record->request->IsCommonLiveView())) { in GetActiveNotificationByFilter()689 if (notification->request != nullptr && notification->request->IsCommonLiveView()) { in GetCommonTargetRecordList()
99 if (notification->GetNotificationRequest().IsCommonLiveView()) { in OnConsumed()189 if (notification->GetNotificationRequest().IsCommonLiveView()) { in OnCanceled()
45 if (notification->IsCommonLiveView()) { in Publish()89 if (notification->IsCommonLiveView()) { in PublishNotificationForIndirectProxy()600 if (notification->IsCommonLiveView()) { in PublishAsBundle()
1515 if (!request.IsCommonLiveView()) { in CanPublishLiveViewContent()
2385 bool NotificationRequest::IsCommonLiveView() const in IsCommonLiveView() function in OHOS::Notification::NotificationRequest2424 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()
550 EXPECT_EQ(notificationRequest.IsCommonLiveView(), false); in HWTEST_F()568 EXPECT_EQ(notificationRequest.IsCommonLiveView(), true); in HWTEST_F()
1231 bool IsCommonLiveView() const;