Searched refs:GetNotificationAllSlots (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 453 (int)NotificationPreferences::GetInstance()->GetNotificationAllSlots(bundleOption_, slotsResult), (int)ERR_OK); in HWTEST_F() 474 (int)NotificationPreferences::GetInstance()->GetNotificationAllSlots(bundleOption_, slotsResult), (int)ERR_OK); in HWTEST_F() 487 ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetNotificationAllSlots(bundleEmptyOption_, slotsResult), in HWTEST_F() 501 ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetNotificationAllSlots(noExsitbundleOption_, slotsResult), in HWTEST_F() 517 ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetNotificationAllSlots(nullptr, slotsResult), in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 117 result = NotificationPreferences::GetInstance()->GetNotificationAllSlots(bundleOption, slots); in GetSlots() 155 result = NotificationPreferences::GetInstance()->GetNotificationAllSlots(bundle, slots); in GetSlotsByBundle() 501 ErrCode ret = NotificationPreferences::GetInstance()->GetNotificationAllSlots(bundle, slots); in UpdateSlotReminderModeBySlotFlags()
|
H A D | notification_preferences.cpp | 265 ErrCode NotificationPreferences::GetNotificationAllSlots( in GetNotificationAllSlots() function in OHOS::Notification::NotificationPreferences
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 111 ErrCode GetNotificationAllSlots(
|
Completed in 7 milliseconds