Searched refs:IsSystemLiveView (Results 1 – 7 of 7) sorted by relevance
156 (!(record->request->IsCommonLiveView()) && !(record->request->IsSystemLiveView()))) { in ProcForDeleteLiveView()642 if (!request->IsSystemLiveView()) { in IsUpdateSystemLiveviewByOwner()674 if (!request.IsSystemLiveView()) { in IsSaCreateSystemLiveViewAsBundle()758 … bool isContinuousLiveView = request->IsSystemLiveView() && request->GetCreatorUid() == BGTASK_UID; in HandleUpdateLiveViewNotificationTimer()
1007 if (!record->request->IsSystemLiveView()) { in UpdateInNotificationList()1362 oldRequest.IsSystemLiveView() && oldRequest.IsUpdateByOwnerAllowed()) { in GetFromNotificationList()1378 delayRequest.IsSystemLiveView() && delayRequest.IsUpdateByOwnerAllowed()) { in GetFromDelayedNotificationList()
590 if (notification->GetNotificationRequest().IsSystemLiveView() && in BatchNotifyCanceledInner()
488 (record->request->GetAgentBundle() != nullptr && record->request->IsSystemLiveView()) || in AssignValidNotificationSlot()
1693 notificationRequest->IsSystemLiveView()) { in RemoveAllNotificationsInner()1819 … if (((*it)->request->GetAgentBundle() != nullptr && (*it)->request->IsSystemLiveView())) { in RemoveNotificationBySlot()2370 if (request->GetCreatorUid() == RSS_PID && request->IsSystemLiveView() && in PublishNotificationBySa()
1233 bool IsSystemLiveView() const;
2391 bool NotificationRequest::IsSystemLiveView() const in IsSystemLiveView() function in OHOS::Notification::NotificationRequest