Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences.h165 …ErrCode GetTotalBadgeNums(const sptr<NotificationBundleOption> &bundleOption, int32_t &totalBadgeN…
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp714 …EXPECT_EQ((int)NotificationPreferences::GetInstance().GetTotalBadgeNums(bundleOption_, totalBadgeN…
726 …EXPECT_EQ((int)NotificationPreferences::GetInstance().GetTotalBadgeNums(bundleEmptyOption_, totalB…
738 EXPECT_EQ((int)NotificationPreferences::GetInstance().GetTotalBadgeNums(nullptr, totalBadgeNum),
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences.cpp303 ErrCode NotificationPreferences::GetTotalBadgeNums( in GetTotalBadgeNums() function in OHOS::Notification::NotificationPreferences