Searched refs:RemoveNotificationAllSlots (Results 1 – 4 of 4) sorted by relevance
70 ErrCode RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &bundleOption);
1061 EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationAllSlots(bundleOption_),1074 …EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationAllSlots(bundleEmptyOption…1087 EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationAllSlots(nullptr),
116 ErrCode NotificationPreferences::RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &b… in RemoveNotificationAllSlots() function in OHOS::Notification::NotificationPreferences
2474 result = NotificationPreferences::GetInstance().RemoveNotificationAllSlots(bundleOption); in RemoveAllSlots()