Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp242 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(bundleOption_),…
254 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(bundleEmptyOpti…
266 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(noExsitbundleOp…
278 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(nullptr),
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h81 ErrCode RemoveNotificationForBundle(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp191 ErrCode NotificationPreferences::RemoveNotificationForBundle(const sptr<NotificationBundleOption> &… in RemoveNotificationForBundle() function in OHOS::Notification::NotificationPreferences
H A Dadvanced_notification_utils.cpp502 …ErrCode result = NotificationPreferences::GetInstance()->RemoveNotificationForBundle(bundleOption); in OnBundleRemoved()