Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dnapi_hisysevent_adapter.h35 enum ParamType { BL = 0, DOU, I64, U64, STR, BOOL_ARR, DOUBLE_ARR, I64_ARR, U64_ARR, STR_ARR }; enumerator
86 (void)HiSysEvent::InnerWrite(eventBase, key, std::get<STR>(param)); in AppendParams()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp759 if (item.second.index() != STR && item.second.index() != STR_ARR) { in HasStrParamLenOverLimit()
762 if (item.second.index() == STR) { in HasStrParamLenOverLimit()
763 return std::get<STR>(item.second).size() > JS_STR_PARM_LEN_LIMIT; in HasStrParamLenOverLimit()

Completed in 2 milliseconds