Home
last modified time | relevance | path

Searched refs:ipcUid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp666 const std::shared_ptr<NotificationRecord> &record, int32_t ipcUid) in IsSaCreateSystemLiveViewAsBundle() argument
678 if (request.GetCreatorUid() == ipcUid && in IsSaCreateSystemLiveViewAsBundle()
H A Dadvanced_notification_publish_service.cpp219 auto ipcUid = IPCSkeleton::GetCallingUid(); in PublishNotificationForIndirectProxy() local
227 if (IsSaCreateSystemLiveViewAsBundle(record, ipcUid) && in PublishNotificationForIndirectProxy()
237 … result = FlowControlService::GetInstance()->FlowControl(record, ipcUid, isNotificationExists); in PublishNotificationForIndirectProxy()
2416 const int32_t ipcUid = IPCSkeleton::GetCallingUid(); in PublishNotificationBySa() local
2426 if (IsSaCreateSystemLiveViewAsBundle(record, ipcUid) && in PublishNotificationBySa()
2436 … result = FlowControlService::GetInstance()->FlowControl(record, ipcUid, isNotificationExists); in PublishNotificationBySa()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1420 …sSaCreateSystemLiveViewAsBundle(const std::shared_ptr<NotificationRecord> &record, int32_t ipcUid);