Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp31 constexpr uint32_t JS_STR_PARM_LEN_LIMIT = 1024 * 10; // 10k variable
633 return item.second.size() > JS_STR_PARM_LEN_LIMIT; in HasStrParamLenOverLimit()
637 return item.size() > JS_STR_PARM_LEN_LIMIT; in HasStrParamLenOverLimit()