Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h66 LLVECTOR = 13, enumerator
112 case AppEventParamType::LLVECTOR: in ValueUnion()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp140 case AppEventParamType::LLVECTOR: in InitValueByReferType()
188 case AppEventParamType::LLVECTOR: in ~AppEventParamValue()
334 AppEventParam appEventParam(key, AppEventParamType::LLVECTOR); in AddParam()
523 } else if (param.type == AppEventParamType::LLVECTOR) { in AddOthersToJsonString()
Dhiappevent_verify.cpp135 } else if (type == AppEventParamType::LLVECTOR && vu.lls_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()