Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h395 ErrCode CheckSlotForRemoveSlot(const sptr<NotificationBundleOption> &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1172 ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForRemoveSlot(
1185 ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForRemoveSlot(
1200 ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForRemoveSlot(
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp135 result = CheckSlotForRemoveSlot(bundleOption, slotType, preferencesInfo); in RemoveNotificationSlot()
848 ErrCode NotificationPreferences::CheckSlotForRemoveSlot(const sptr<NotificationBundleOption> &bundl… in CheckSlotForRemoveSlot() function in OHOS::Notification::NotificationPreferences