Searched refs:badgeFlag (Results 1 - 5 of 5) sorted by relevance
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 540 // badgeFlag?: boolean in GetNotificationSlotByBool() 541 NAPI_CALL(env, napi_has_named_property(env, value, "badgeFlag", &hasProperty)); in GetNotificationSlotByBool() 543 bool badgeFlag = false; in GetNotificationSlotByBool() local 544 napi_get_named_property(env, value, "badgeFlag", &nobj); in GetNotificationSlotByBool() 550 napi_get_value_bool(env, nobj, &badgeFlag); in GetNotificationSlotByBool() 551 LBSLOGI(NAPI_UTILS, "badgeFlag is: %{public}d", badgeFlag); in GetNotificationSlotByBool() 552 slot.EnableBadge(badgeFlag); in GetNotificationSlotByBool()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 217 bool badgeFlag; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 159 // badgeFlag?: boolean in SetNotificationSlot() 161 napi_set_named_property(env, result, "badgeFlag", value); in SetNotificationSlot() 809 // badgeFlag?: boolean in GetNotificationSlotByBool() 810 NAPI_CALL(env, napi_has_named_property(env, value, "badgeFlag", &hasProperty)); in GetNotificationSlotByBool() 812 bool badgeFlag = false; in GetNotificationSlotByBool() local 813 napi_get_named_property(env, value, "badgeFlag", &nobj); in GetNotificationSlotByBool() 819 napi_get_value_bool(env, nobj, &badgeFlag); in GetNotificationSlotByBool() 820 ANS_LOGI("badgeFlag is: %{public}d", badgeFlag); in GetNotificationSlotByBool() 821 slot.EnableBadge(badgeFlag); in GetNotificationSlotByBool() [all...] |
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 99 .badgeFlag = false, in GetSlot()
|
H A D | notification_utils.cpp | 895 notificationSlot.badgeFlag = slot.IsShowBadge(); // badgeFlag?: bool in SetNotificationSlot()
|
Completed in 9 milliseconds