Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences.h78 ErrCode RemoveNotificationForBundle(const sptr<NotificationBundleOption> &bundleOption);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp243 …EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationForBundle(bundleOption_), …
255 …EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationForBundle(bundleEmptyOptio…
267 …EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationForBundle(noExsitbundleOpt…
279 EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationForBundle(nullptr),
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences.cpp142 ErrCode NotificationPreferences::RemoveNotificationForBundle(const sptr<NotificationBundleOption> &… in RemoveNotificationForBundle() function in OHOS::Notification::NotificationPreferences
Dadvanced_notification_service.cpp2383 … ErrCode result = NotificationPreferences::GetInstance().RemoveNotificationForBundle(bundleOption); in OnBundleRemoved()