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/
H A Dnapi_hisysevent_util.cpp40 constexpr uint32_t JS_STR_PARM_LEN_LIMIT = 1024 * 10; // 10k member
763 return std::get<STR>(item.second).size() > JS_STR_PARM_LEN_LIMIT; in HasStrParamLenOverLimit()
767 return item.size() > JS_STR_PARM_LEN_LIMIT; in HasStrParamLenOverLimit()

Completed in 3 milliseconds