Home
last modified time | relevance | path

Searched refs:RemoveAllNotifications (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/removenotificationsbybundle_fuzzer/
H A Dremovenotificationsbybundle_fuzzer.cpp31 return Notification::NotificationHelper::RemoveAllNotifications(bundleOption); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp38 ansManagerStub.RemoveAllNotifications(bundleOption); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
H A Dnapi_remove.cpp125 … 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 Dans_notification_annex_test.cpp166 ErrCode ret3 = ans_->RemoveAllNotifications(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp281 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 Dnotification_helper.h572 static ErrCode RemoveAllNotifications(const NotificationBundleOption &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h572 ErrCode RemoveAllNotifications(const NotificationBundleOption &bundleOption);
H A Dans_manager_interface.h344 virtual ErrCode RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) = 0;
H A Dans_manager_proxy.h322 ErrCode RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) override;
H A Dans_manager_stub.h326 …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 Dnotification_subscriber_manager_branch_test.cpp801 …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 Dans_manager_stub_invalid.cpp217 ErrCode AnsManagerStub::RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) in RemoveAllNotifications() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp828 ErrCode AnsNotification::RemoveAllNotifications(const NotificationBundleOption &bundleOption) in RemoveAllNotifications() function in OHOS::Notification::AnsNotification
843 return proxy->RemoveAllNotifications(bo); in RemoveAllNotifications()
H A Dans_manager_proxy.cpp820 ErrCode AnsManagerProxy::RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) in RemoveAllNotifications() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1194 ErrCode result = RemoveAllNotifications(bundleOption); in HandleRemoveAllNotifications()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dremove.cpp375 … 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 Dans_notification_branch_test.cpp194 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 Dansmanagerstub_fuzzer.cpp363 ansManagerStub.RemoveAllNotifications(bundleOption); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp694 …ASSERT_EQ(advancedNotificationService_->RemoveAllNotifications(bundleOption), ERR_ANS_PERMISSION_D…
H A Dadvanced_notification_service_test.cpp1514 ASSERT_EQ(advancedNotificationService_->RemoveAllNotifications(bundleOption), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp514 ErrCode ret = notificationHelper.RemoveAllNotifications(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h373 ErrCode RemoveAllNotifications(const sptr<NotificationBundleOption> &bundleOption) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp709 ErrCode ret4 = ans_->RemoveAllNotifications(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp3351 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 Dadvanced_notification_publish_service.cpp1621 ErrCode AdvancedNotificationService::RemoveAllNotifications(const sptr<NotificationBundleOption> &b… in RemoveAllNotifications() function in OHOS::Notification::AdvancedNotificationService

12