Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h73 ErrCode RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1061 … ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(bundleOption_),
1074 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(bundleEmptyOptio…
1087 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(nullptr),
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp274 result = NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(bundleOption); in RemoveAllSlots()
H A Dnotification_preferences.cpp153 ErrCode NotificationPreferences::RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &b… in RemoveNotificationAllSlots() function in OHOS::Notification::NotificationPreferences