Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_js.cpp55 constexpr size_t SUBSCRIBE_FUNC_MAX_PARAM_NUM = 1; member
306 size_t paramNum = SUBSCRIBE_FUNC_MAX_PARAM_NUM; in Subscribe()
307 napi_value params[SUBSCRIBE_FUNC_MAX_PARAM_NUM] = {0}; in Subscribe()
311 if (paramNum < SUBSCRIBE_FUNC_MAX_PARAM_NUM) { in Subscribe()
312 HILOG_ERROR(LOG_CORE, "count of parameters is less than %{public}zu.", SUBSCRIBE_FUNC_MAX_PARAM_NUM); in Subscribe()

Completed in 6 milliseconds