Home
last modified time | relevance | path

Searched refs:IsSaCreateSystemLiveViewAsBundle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp272 bool flag = advancedNotificationService_->IsSaCreateSystemLiveViewAsBundle(record, creatorUid);
298 bool flag = advancedNotificationService_->IsSaCreateSystemLiveViewAsBundle(nullptr, creatorUid);
301 flag = advancedNotificationService_->IsSaCreateSystemLiveViewAsBundle(record, creatorUid);
306 flag = advancedNotificationService_->IsSaCreateSystemLiveViewAsBundle(record, creatorUid);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp665 bool AdvancedNotificationService::IsSaCreateSystemLiveViewAsBundle( in IsSaCreateSystemLiveViewAsBundle() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp227 if (IsSaCreateSystemLiveViewAsBundle(record, ipcUid) && in PublishNotificationForIndirectProxy()
2426 if (IsSaCreateSystemLiveViewAsBundle(record, ipcUid) && in PublishNotificationBySa()
H A Dadvanced_notification_service.cpp1251 if (IsSaCreateSystemLiveViewAsBundle(record, in RemoveFromNotificationList()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1420 …bool IsSaCreateSystemLiveViewAsBundle(const std::shared_ptr<NotificationRecord> &record, int32_t i…