Home
last modified time | relevance | path

Searched refs:IsAllowedNotifyForBundle (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp113 service->IsAllowedNotifyForBundle(bundleOption, allowed); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1371 ErrCode IsAllowedNotifyForBundle(const sptr<NotificationBundleOption> &bundleOption, bool &allowed);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp519 * @tc.desc: Test IsAllowedNotifyForBundle
527 auto ret = advancedNotificationService_->IsAllowedNotifyForBundle(bundle, allowed); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp346 * @tc.desc : Test IsAllowedNotifyForBundle function
352 auto ret = advancedNotificationService_->IsAllowedNotifyForBundle(bundleOption, allowed); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp1146 ErrCode AdvancedNotificationService::IsAllowedNotifyForBundle(const sptr<NotificationBundleOption> in IsAllowedNotifyForBundle() function in OHOS::Notification::AdvancedNotificationService
1600 if (IsAllowedNotifyForBundle(bundleOption, isAllowedNotification) != ERR_OK) { in RemoveAllNotificationsInner()

Completed in 14 milliseconds