Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h85 void SetBadgeTotalNum(const int32_t &num);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp65 void NotificationPreferencesInfo::BundleInfo::SetBadgeTotalNum(const int32_t &num) in SetBadgeTotalNum() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
H A Dnotification_preferences.cpp926 bundleInfo.SetBadgeTotalNum(value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp1333 bundleInfo.SetBadgeTotalNum(StringToInt(value)); in ParseBundleBadgeNum()