Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences.h118 …ErrCode GetNotificationSlotsNumForBundle(const sptr<NotificationBundleOption> &bundleOption, uint6…
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp1101 …EXPECT_EQ((int)NotificationPreferences::GetInstance().GetNotificationSlotsNumForBundle(bundleOptio…
1115 …EXPECT_EQ((int)NotificationPreferences::GetInstance().GetNotificationSlotsNumForBundle(bundleEmpty…
1129 …EXPECT_EQ((int)NotificationPreferences::GetInstance().GetNotificationSlotsNumForBundle(nullptr, nu…
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences.cpp239 ErrCode NotificationPreferences::GetNotificationSlotsNumForBundle( in GetNotificationSlotsNumForBundle() function in OHOS::Notification::NotificationPreferences
Dadvanced_notification_service.cpp2738 … result = NotificationPreferences::GetInstance().GetNotificationSlotsNumForBundle(bundle, num); in GetSlotNumAsBundle()