Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1263 …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 Dnotification_preferences.h397 ErrCode CheckSlotForUpdateSlot(const sptr<NotificationBundleOption> &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp231 result = CheckSlotForUpdateSlot(bundleOption, slotIter, preferencesInfo); in UpdateNotificationSlots()
868 ErrCode NotificationPreferences::CheckSlotForUpdateSlot(const sptr<NotificationBundleOption> &bundl… in CheckSlotForUpdateSlot() function in OHOS::Notification::NotificationPreferences