Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp25 const int32_t SET_SLOT_AS_BUNDLE_MAX_PARA = 3; variable
325 size_t argc = SET_SLOT_AS_BUNDLE_MAX_PARA; in ParseParametersSetSlotByBundle()
326 napi_value argv[SET_SLOT_AS_BUNDLE_MAX_PARA] = {nullptr}; in ParseParametersSetSlotByBundle()
330 if (argc < SET_SLOT_AS_BUNDLE_MAX_PARA - 1) { in ParseParametersSetSlotByBundle()
378 if (argc >= SET_SLOT_AS_BUNDLE_MAX_PARA) { in ParseParametersSetSlotByBundle()
480 size_t argc = SET_SLOT_AS_BUNDLE_MAX_PARA; in ParseParametersSetSlotFlagsByBundle()
481 napi_value argv[SET_SLOT_AS_BUNDLE_MAX_PARA] = {nullptr}; in ParseParametersSetSlotFlagsByBundle()
485 if (argc < SET_SLOT_AS_BUNDLE_MAX_PARA - 1) { in ParseParametersSetSlotFlagsByBundle()
514 if (argc >= SET_SLOT_AS_BUNDLE_MAX_PARA) { in ParseParametersSetSlotFlagsByBundle()