Home
last modified time | relevance | path

Searched refs:GET_ENABLE_SLOT_MAX_PARA (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp31 const int32_t GET_ENABLE_SLOT_MAX_PARA = 3; variable
1515 size_t argc = GET_ENABLE_SLOT_MAX_PARA; in ParseParametersIsEnableSlot()
1516 napi_value argv[GET_ENABLE_SLOT_MAX_PARA] = {nullptr}; in ParseParametersIsEnableSlot()
1520 if (argc < GET_ENABLE_SLOT_MAX_PARA - 1) { in ParseParametersIsEnableSlot()
1556 if (argc >= GET_ENABLE_SLOT_MAX_PARA) { in ParseParametersIsEnableSlot()