Home
last modified time | relevance | path

Searched refs:GetNotificationSlotsNumForBundle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h121 …ErrCode GetNotificationSlotsNumForBundle(const sptr<NotificationBundleOption> &bundleOption, uint6…
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1101 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetNotificationSlotsNumForBundle(bundleOpti…
1115 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetNotificationSlotsNumForBundle(bundleEmpt…
1129 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetNotificationSlotsNumForBundle(nullptr, n…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp714 … result = NotificationPreferences::GetInstance()->GetNotificationSlotsNumForBundle(bundle, num); in GetSlotNumAsBundle()
H A Dnotification_preferences.cpp296 ErrCode NotificationPreferences::GetNotificationSlotsNumForBundle( in GetNotificationSlotsNumForBundle() function in OHOS::Notification::NotificationPreferences