Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp77 isShowBadge_ = isShowBadge; in SetIsShowBadge()
82 return isShowBadge_; in GetIsShowBadge()
129 jsonObject[BUNDLE_INFO_SHOW_BADGE] = isShowBadge_ ? 1 : 0; in ToJson()
179 isShowBadge_ = (showBadge == CONST_ENABLE_INT); in FromJson()
206 ", ShowBadge = " + std::to_string(isShowBadge_) + in Dump()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_info.h71 bool isShowBadge_ = false; member in OHOS::Notification::NotificationCloneBundleInfo
H A Dnotification_preferences_info.h227 bool isShowBadge_ = BUNDLE_SHOW_BADGE; member in OHOS::Notification::final::final
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp243 return isShowBadge_; in IsShowBadge()
248 isShowBadge_ = isShowBadge; in EnableBadge()
309 ", isShowBadge = " + (isShowBadge_ ? "true" : "false") + in Dump()
338 if (!parcel.WriteBool(isShowBadge_)) { in Marshalling()
428 isShowBadge_ = parcel.ReadBool(); in ReadFromParcel()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h464 bool isShowBadge_ {true};
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp56 isShowBadge_ = isShowBadge; in SetIsShowBadge()
61 return isShowBadge_; in GetIsShowBadge()

Completed in 5 milliseconds