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/
H A Dnotification_preferences.h73 ErrCode RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &bundleOption);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1054 * @tc.name : RemoveNotificationAllSlots
1055 * @tc.desc : Test RemoveNotificationAllSlots function when bundlename is null,
1061 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(bundleOption_), in HWTEST_F()
1067 * @tc.name : RemoveNotificationAllSlots
1068 * @tc.desc : Test RemoveNotificationAllSlots function when bundleOption is null,
1074 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(bundleEmptyOption_), in HWTEST_F()
1080 * @tc.name : RemoveNotificationAllSlots
1081 * @tc.desc : Test RemoveNotificationAllSlots function when bundleOption is null,
1087 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(nullptr), in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp272 result = NotificationPreferences::GetInstance()->RemoveNotificationAllSlots(bundleOption); in RemoveAllSlots()
H A Dnotification_preferences.cpp150 ErrCode NotificationPreferences::RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &bundleOption) in RemoveNotificationAllSlots() function in OHOS::Notification::NotificationPreferences

Completed in 8 milliseconds