Searched refs:STR (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
H A D | napi_hisysevent_adapter.h | 35 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 D | napi_hisysevent_util.cpp | 759 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 4 milliseconds