Home
last modified time | relevance | path

Searched refs:IsAllowedNotifyForBundle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp527 auto ret = advancedNotificationService_->IsAllowedNotifyForBundle(bundle, allowed);
H A Dadvanced_notification_service_test.cpp351 auto ret = advancedNotificationService_->IsAllowedNotifyForBundle(bundleOption, allowed);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1335 …ErrCode IsAllowedNotifyForBundle(const sptr<NotificationBundleOption> &bundleOption, bool &allowed…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp1216 ErrCode AdvancedNotificationService::IsAllowedNotifyForBundle(const sptr<NotificationBundleOption> in IsAllowedNotifyForBundle() function in OHOS::Notification::AdvancedNotificationService
1672 if (IsAllowedNotifyForBundle(bundleOption, isAllowedNotification) != ERR_OK) { in RemoveAllNotificationsInner()