Home
last modified time | relevance | path

Searched refs:badgeFlag (Results 1 - 5 of 5) sorted by relevance

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp540 // 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 Dnotification_utils.h217 bool badgeFlag; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp159 // 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 Dnotification_manager_impl.cpp99 .badgeFlag = false, in GetSlot()
H A Dnotification_utils.cpp895 notificationSlot.badgeFlag = slot.IsShowBadge(); // badgeFlag?: bool in SetNotificationSlot()

Completed in 9 milliseconds