Searched refs:STR_ARR (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 101 (void)HiSysEvent::InnerWrite(eventBase, key, std::get<STR_ARR>(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() 765 auto allStr = std::get<STR_ARR>(item.second); in HasStrParamLenOverLimit()
|
Completed in 3 milliseconds