Home
last modified time | relevance | path

Searched refs:CheckSlotForRemoveSlot (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences.h251 ErrCode CheckSlotForRemoveSlot(const sptr<NotificationBundleOption> &bundleOption,
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp1172 EXPECT_EQ((int)NotificationPreferences::GetInstance().CheckSlotForRemoveSlot(
1185 EXPECT_EQ((int)NotificationPreferences::GetInstance().CheckSlotForRemoveSlot(
1200 EXPECT_EQ((int)NotificationPreferences::GetInstance().CheckSlotForRemoveSlot(
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences.cpp105 result = CheckSlotForRemoveSlot(bundleOption, slotType, preferencesInfo); in RemoveNotificationSlot()
482 ErrCode NotificationPreferences::CheckSlotForRemoveSlot(const sptr<NotificationBundleOption> &bundl… in CheckSlotForRemoveSlot() function in OHOS::Notification::NotificationPreferences