Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences.h70 ErrCode RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &bundleOption);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp1061 EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationAllSlots(bundleOption_),
1074 …EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationAllSlots(bundleEmptyOption…
1087 EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationAllSlots(nullptr),
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences.cpp116 ErrCode NotificationPreferences::RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &b… in RemoveNotificationAllSlots() function in OHOS::Notification::NotificationPreferences
Dadvanced_notification_service.cpp2474 result = NotificationPreferences::GetInstance().RemoveNotificationAllSlots(bundleOption); in RemoveAllSlots()