Home
last modified time | relevance | path

Searched refs:RemoveNotificationsByBundle (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/removenotificationsbybundle_fuzzer/
H A Dremovenotificationsbybundle_fuzzer.cpp29 Notification::NotificationHelper::RemoveNotificationsByBundle(bundleOption); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
H A Dans_notification_annex_test.cpp181 ErrCode ret3 = ans_->RemoveNotificationsByBundle(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp291 ErrCode NotificationHelper::RemoveNotificationsByBundle(const NotificationBundleOption &bundleOptio… in RemoveNotificationsByBundle() function in OHOS::Notification::NotificationHelper
293 …return DelayedSingleton<AnsNotification>::GetInstance()->RemoveNotificationsByBundle(bundleOption); in RemoveNotificationsByBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h583 static ErrCode RemoveNotificationsByBundle(const NotificationBundleOption &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h583 ErrCode RemoveNotificationsByBundle(const NotificationBundleOption &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp528 ErrCode ret = notificationHelper.RemoveNotificationsByBundle(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp863 ErrCode AnsNotification::RemoveNotificationsByBundle(const NotificationBundleOption &bundleOption) in RemoveNotificationsByBundle() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp711 ErrCode ret5 = ans_->RemoveNotificationsByBundle(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1947 ASSERT_EQ(NotificationHelper::RemoveNotificationsByBundle(bundleOption), ERR_OK);