Home
last modified time | relevance | path

Searched refs:EXPORT_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.cpp52 constexpr size_t EXPORT_FUNC_MAX_PARAM_NUM = 2; member
262 size_t paramNum = EXPORT_FUNC_MAX_PARAM_NUM; in ExportSysEvents()
263 napi_value params[EXPORT_FUNC_MAX_PARAM_NUM] = {0}; in ExportSysEvents()
267 if (paramNum < EXPORT_FUNC_MAX_PARAM_NUM) { in ExportSysEvents()
272 HILOG_ERROR(LOG_CORE, "count of parameters is less than %{public}zu.", EXPORT_FUNC_MAX_PARAM_NUM); in ExportSysEvents()

Completed in 2 milliseconds