Searched refs:RemoveNotificationAllSlots (Results 1 – 4 of 4) sorted by relevance
73 ErrCode RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &bundleOption);
1061 … ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(bundleOption_),1074 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(bundleEmptyOptio…1087 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(nullptr),
274 result = NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(bundleOption); in RemoveAllSlots()
153 ErrCode NotificationPreferences::RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &b… in RemoveNotificationAllSlots() function in OHOS::Notification::NotificationPreferences