Searched refs:lockscreenVisibility (Results 1 - 5 of 5) sorted by relevance
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 617 // 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 D | notification_utils.h | 219 int32_t lockscreenVisibility; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 167 // 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 D | notification_manager_impl.cpp | 101 .lockscreenVisibility = 0, in GetSlot()
|
H A D | notification_utils.cpp | 897 // lockscreenVisibility?: int32_t in SetNotificationSlot() 898 notificationSlot.lockscreenVisibility = static_cast<int32_t>(slot.GetLockScreenVisibleness()); in SetNotificationSlot()
|
Completed in 7 milliseconds