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/
H A Dnotification_preferences.h168 ErrCode GetTotalBadgeNums(const sptr<NotificationBundleOption> &bundleOption, int32_t &totalBadgeNum);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp713 ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetTotalBadgeNums(bundleOption_, totalBadgeNum), in HWTEST_F()
726 ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetTotalBadgeNums(bundleEmptyOption_, totalBadgeNum), in HWTEST_F()
738 ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetTotalBadgeNums(nullptr, totalBadgeNum), in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp377 ErrCode NotificationPreferences::GetTotalBadgeNums( in GetTotalBadgeNums() function in OHOS::Notification::NotificationPreferences

Completed in 7 milliseconds