Home
last modified time | relevance | path

Searched refs:GET_SLOT_AS_BUNDLE_MAX_PARA (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp29 const int32_t GET_SLOT_AS_BUNDLE_MAX_PARA = 3; member
621 size_t argc = GET_SLOT_AS_BUNDLE_MAX_PARA; in ParseParametersGetSlotByBundle()
622 napi_value argv[GET_SLOT_AS_BUNDLE_MAX_PARA] = {nullptr}; in ParseParametersGetSlotByBundle()
626 if (argc < GET_SLOT_AS_BUNDLE_MAX_PARA - 1) { in ParseParametersGetSlotByBundle()
662 if (argc >= GET_SLOT_AS_BUNDLE_MAX_PARA) { in ParseParametersGetSlotByBundle()

Completed in 3 milliseconds