Home
last modified time | relevance | path

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

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp617 // lockscreenVisibility?: number in GetNotificationSlotByNumber()
618 NAPI_CALL(env, napi_has_named_property(env, value, "lockscreenVisibility", &hasProperty)); in GetNotificationSlotByNumber()
620 int lockscreenVisibility = 0; in GetNotificationSlotByNumber() local
621 napi_get_named_property(env, value, "lockscreenVisibility", &nobj); in GetNotificationSlotByNumber()
627 napi_get_value_int32(env, nobj, &lockscreenVisibility); in GetNotificationSlotByNumber()
628 LBSLOGI(NAPI_UTILS, "lockscreenVisibility is: %{public}d", lockscreenVisibility); in GetNotificationSlotByNumber()
629 slot.SetLockscreenVisibleness(NotificationConstant::VisiblenessType(lockscreenVisibility)); in GetNotificationSlotByNumber()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h219 int32_t lockscreenVisibility; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp167 // lockscreenVisibility?: number in SetNotificationSlot()
170 napi_set_named_property(env, result, "lockscreenVisibility", value); in SetNotificationSlot()
885 // lockscreenVisibility?: number in GetNotificationSlotByNumber()
886 NAPI_CALL(env, napi_has_named_property(env, value, "lockscreenVisibility", &hasProperty)); in GetNotificationSlotByNumber()
888 int lockscreenVisibility = 0; in GetNotificationSlotByNumber() local
889 napi_get_named_property(env, value, "lockscreenVisibility", &nobj); in GetNotificationSlotByNumber()
895 napi_get_value_int32(env, nobj, &lockscreenVisibility); in GetNotificationSlotByNumber()
896 ANS_LOGI("lockscreenVisibility is: %{public}d", lockscreenVisibility); in GetNotificationSlotByNumber()
897 slot.SetLockscreenVisibleness(NotificationConstant::VisiblenessType(lockscreenVisibility)); in GetNotificationSlotByNumber()
[all...]
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp101 .lockscreenVisibility = 0, in GetSlot()
H A Dnotification_utils.cpp897 // lockscreenVisibility?: int32_t in SetNotificationSlot()
898 notificationSlot.lockscreenVisibility = static_cast<int32_t>(slot.GetLockScreenVisibleness()); in SetNotificationSlot()

Completed in 7 milliseconds