Home
last modified time | relevance | path

Searched refs:GET_SLOTS_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.cpp28 const int32_t GET_SLOTS_AS_BUNDLE_MAX_PARA = 2; variable
533 size_t argc = GET_SLOTS_AS_BUNDLE_MAX_PARA; in ParseParametersGetSlotFlagsByBundle()
534 napi_value argv[GET_SLOTS_AS_BUNDLE_MAX_PARA] = {nullptr}; in ParseParametersGetSlotFlagsByBundle()
538 if (argc < GET_SLOTS_AS_BUNDLE_MAX_PARA - 1) { in ParseParametersGetSlotFlagsByBundle()
560 if (argc >= GET_SLOTS_AS_BUNDLE_MAX_PARA) { in ParseParametersGetSlotFlagsByBundle()
577 size_t argc = GET_SLOTS_AS_BUNDLE_MAX_PARA; in ParseParametersGetSlotsByBundle()
578 napi_value argv[GET_SLOTS_AS_BUNDLE_MAX_PARA] = {nullptr}; in ParseParametersGetSlotsByBundle()
582 if (argc < GET_SLOTS_AS_BUNDLE_MAX_PARA - 1) { in ParseParametersGetSlotsByBundle()
604 if (argc >= GET_SLOTS_AS_BUNDLE_MAX_PARA) { in ParseParametersGetSlotsByBundle()