Searched refs:CheckSlotForUpdateSlot (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 1263 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForUpdateSlot(bundleOption_, nullp… 1278 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForUpdateSlot(bundleOption_, slot,… 1294 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForUpdateSlot(bundleOption_, slot,… 1323 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForUpdateSlot(bundleOption_, slot,…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 397 ErrCode CheckSlotForUpdateSlot(const sptr<NotificationBundleOption> &bundleOption,
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences.cpp | 231 result = CheckSlotForUpdateSlot(bundleOption, slotIter, preferencesInfo); in UpdateNotificationSlots() 868 ErrCode NotificationPreferences::CheckSlotForUpdateSlot(const sptr<NotificationBundleOption> &bundl… in CheckSlotForUpdateSlot() function in OHOS::Notification::NotificationPreferences
|