Home
last modified time | relevance | path

Searched refs:GET_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.cpp26 const int32_t GET_SLOT_MAX_PARA = 2; variable
393 size_t argc = GET_SLOT_MAX_PARA; in ParseParametersByGetSlot()
394 napi_value argv[GET_SLOT_MAX_PARA] = {nullptr}; in ParseParametersByGetSlot()
419 if (argc >= GET_SLOT_MAX_PARA) { in ParseParametersByGetSlot()