/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/removenotificationsbybundle_fuzzer/ |
H A D | removenotificationsbybundle_fuzzer.cpp | 31 return Notification::NotificationHelper::RemoveAllNotifications(bundleOption); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 38 ansManagerStub.RemoveAllNotifications(bundleOption); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/ |
H A D | napi_remove.cpp | 125 … asynccallbackinfo->info.errorCode = NotificationHelper::RemoveAllNotifications(infos.option); in NapiRemoveAll()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/ |
H A D | ans_notification_annex_test.cpp | 166 ErrCode ret3 = ans_->RemoveAllNotifications(bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 281 ErrCode NotificationHelper::RemoveAllNotifications(const NotificationBundleOption &bundleOption) in RemoveAllNotifications() function in OHOS::Notification::NotificationHelper 283 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveAllNotifications(bundleOption); in RemoveAllNotifications()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 572 static ErrCode RemoveAllNotifications(const NotificationBundleOption &bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 572 ErrCode RemoveAllNotifications(const NotificationBundleOption &bundleOption);
|
H A D | ans_manager_interface.h | 344 virtual ErrCode RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) = 0;
|
H A D | ans_manager_proxy.h | 322 ErrCode RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) override;
|
H A D | ans_manager_stub.h | 326 …virtual ErrCode RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) overrid…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 801 …ASSERT_EQ(advancedNotificationService.RemoveAllNotifications(bundleOption), ERR_ANS_NON_SYSTEM_APP… 818 …ASSERT_EQ(advancedNotificationService.RemoveAllNotifications(bundleOption), ERR_ANS_INVALID_BUNDLE…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 217 ErrCode AnsManagerStub::RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) in RemoveAllNotifications() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 828 ErrCode AnsNotification::RemoveAllNotifications(const NotificationBundleOption &bundleOption) in RemoveAllNotifications() function in OHOS::Notification::AnsNotification 843 return proxy->RemoveAllNotifications(bo); in RemoveAllNotifications()
|
H A D | ans_manager_proxy.cpp | 820 ErrCode AnsManagerProxy::RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) in RemoveAllNotifications() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 1194 ErrCode result = RemoveAllNotifications(bundleOption); in HandleRemoveAllNotifications()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | remove.cpp | 375 … asynccallbackinfo->info.errorCode = NotificationHelper::RemoveAllNotifications(infos.option); in RemoveAll()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 194 ErrCode RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) override in RemoveAllNotifications() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 363 ansManagerStub.RemoveAllNotifications(bundleOption); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 694 …ASSERT_EQ(advancedNotificationService_->RemoveAllNotifications(bundleOption), ERR_ANS_PERMISSION_D…
|
H A D | advanced_notification_service_test.cpp | 1514 ASSERT_EQ(advancedNotificationService_->RemoveAllNotifications(bundleOption), ERR_OK);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 514 ErrCode ret = notificationHelper.RemoveAllNotifications(bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 373 ErrCode RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 709 ErrCode ret4 = ans_->RemoveAllNotifications(bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 3351 int32_t result = proxy->RemoveAllNotifications(bundleOption); 3371 int32_t result = proxy->RemoveAllNotifications(bundleOption); 3393 int32_t result = proxy->RemoveAllNotifications(bundleOption); 3414 int32_t result = proxy->RemoveAllNotifications(bundleOption); 3436 int32_t result = proxy->RemoveAllNotifications(bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 1621 ErrCode AdvancedNotificationService::RemoveAllNotifications(const sptr<NotificationBundleOption> &b… in RemoveAllNotifications() function in OHOS::Notification::AdvancedNotificationService
|