Home
last modified time | relevance | path

Searched refs:isShowBadge (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() argument
77 isShowBadge_ = isShowBadge; in SetIsShowBadge()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h285 * @param isShowBadge Specifies whether to display the application icon badge.
289 void EnableBadge(bool isShowBadge);
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp246 void NotificationSlot::EnableBadge(bool isShowBadge) in EnableBadge() argument
248 isShowBadge_ = isShowBadge; in EnableBadge()
309 ", isShowBadge = " + (isShowBadge_ ? "true" : "false") + in Dump()
339 ANS_LOGE("Failed to write isShowBadge"); in Marshalling()
395 ANS_LOGE("Failed to write isShowBadge"); in Marshalling()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp54 void NotificationPreferencesInfo::BundleInfo::SetIsShowBadge(const bool &isShowBadge) in SetIsShowBadge() argument
56 isShowBadge_ = isShowBadge; in SetIsShowBadge()

Completed in 5 milliseconds