Searched refs:bypassDnd (Results 1 - 5 of 5) sorted by relevance
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 555 // 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 D | notification_utils.h | 218 bool bypassDnd; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 163 // 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 D | notification_manager_impl.cpp | 100 .bypassDnd = false, in GetSlot()
|
H A D | notification_utils.cpp | 896 notificationSlot.bypassDnd = slot.IsEnableBypassDnd(); // bypassDnd?: bool in SetNotificationSlot()
|
Completed in 8 milliseconds