Home
last modified time | relevance | path

Searched refs:REMOVE_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.cpp30 const int32_t REMOVE_SLOT_MAX_PARA = 2; variable
678 size_t argc = REMOVE_SLOT_MAX_PARA; in ParseParametersByRemoveSlot()
679 napi_value argv[REMOVE_SLOT_MAX_PARA] = {nullptr}; in ParseParametersByRemoveSlot()
704 if (argc >= REMOVE_SLOT_MAX_PARA) { in ParseParametersByRemoveSlot()