Home
last modified time | relevance | path

Searched refs:IsSystemLiveView (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp156 (!(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()
H A Dadvanced_notification_service.cpp1007 if (!record->request->IsSystemLiveView()) { in UpdateInNotificationList()
1362 oldRequest.IsSystemLiveView() && oldRequest.IsUpdateByOwnerAllowed()) { in GetFromNotificationList()
1378 delayRequest.IsSystemLiveView() && delayRequest.IsUpdateByOwnerAllowed()) { in GetFromDelayedNotificationList()
H A Dnotification_subscriber_manager.cpp590 if (notification->GetNotificationRequest().IsSystemLiveView() && in BatchNotifyCanceledInner()
H A Dadvanced_notification_slot_service.cpp488 (record->request->GetAgentBundle() != nullptr && record->request->IsSystemLiveView()) || in AssignValidNotificationSlot()
H A Dadvanced_notification_publish_service.cpp1693 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()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1233 bool IsSystemLiveView() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2391 bool NotificationRequest::IsSystemLiveView() const in IsSystemLiveView() function in OHOS::Notification::NotificationRequest