Home
last modified time | relevance | path

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

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp555 // bypassDnd?: boolean in GetNotificationSlotByBool()
556 NAPI_CALL(env, napi_has_named_property(env, value, "bypassDnd", &hasProperty)); in GetNotificationSlotByBool()
558 bool bypassDnd = false; in GetNotificationSlotByBool() local
559 napi_get_named_property(env, value, "bypassDnd", &nobj); in GetNotificationSlotByBool()
565 napi_get_value_bool(env, nobj, &bypassDnd); in GetNotificationSlotByBool()
566 LBSLOGI(NAPI_UTILS, "bypassDnd is: %{public}d", bypassDnd); in GetNotificationSlotByBool()
567 slot.EnableBypassDnd(bypassDnd); in GetNotificationSlotByBool()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h218 bool bypassDnd; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp163 // bypassDnd?: boolean in SetNotificationSlot()
165 napi_set_named_property(env, result, "bypassDnd", value); in SetNotificationSlot()
824 // bypassDnd?: boolean in GetNotificationSlotByBool()
825 NAPI_CALL(env, napi_has_named_property(env, value, "bypassDnd", &hasProperty)); in GetNotificationSlotByBool()
827 bool bypassDnd = false; in GetNotificationSlotByBool() local
828 napi_get_named_property(env, value, "bypassDnd", &nobj); in GetNotificationSlotByBool()
834 napi_get_value_bool(env, nobj, &bypassDnd); in GetNotificationSlotByBool()
835 ANS_LOGI("bypassDnd is: %{public}d", bypassDnd); in GetNotificationSlotByBool()
836 slot.EnableBypassDnd(bypassDnd); in GetNotificationSlotByBool()
[all...]
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp100 .bypassDnd = false, in GetSlot()
H A Dnotification_utils.cpp896 notificationSlot.bypassDnd = slot.IsEnableBypassDnd(); // bypassDnd?: bool in SetNotificationSlot()

Completed in 8 milliseconds