Home
last modified time | relevance | path

Searched refs:SetIsShowBadge (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_info.h52 void SetIsShowBadge(const bool &isShowBadge);
H A Dnotification_preferences_info.h71 void SetIsShowBadge(const bool &isShowBadge);
/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp75 void NotificationCloneBundleInfo::SetIsShowBadge(const bool &isShowBadge) in SetIsShowBadge() function in OHOS::Notification::NotificationCloneBundleInfo
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp54 void NotificationPreferencesInfo::BundleInfo::SetIsShowBadge(const bool &isShowBadge) in SetIsShowBadge() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
355 cloneBundleInfo.SetIsShowBadge(iter->second.GetIsShowBadge()); in GetAllCLoneBundlesInfo()
H A Dnotification_preferences.cpp661 bundleInfo.SetIsShowBadge(cloneBundleInfo.GetIsShowBadge()); in UpdateCloneBundleInfo()
907 bundleInfo.SetIsShowBadge(value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp1012 bunldeInfo.SetIsShowBadge(static_cast<bool>(true)); in ParseBundleFromDistureDB()
1282 bundleInfo.SetIsShowBadge(static_cast<bool>(StringToInt(value))); in ParseBundleShowBadgeEnable()

Completed in 11 milliseconds