Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_param_builder.cpp32 constexpr size_t MIN_NUM_PARAMETERS = 2; // the min number of params for setEventParam variable
47 return (len > MIN_NUM_PARAMETERS) in IsValidParams()
97 if (len > MIN_NUM_PARAMETERS) { in BuildCustomEventParamPack()
107 if (len < MIN_NUM_PARAMETERS) { in BuildEventParam()