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.h67 LLVECTOR = 15, enumerator
118 case AppEventParamType::LLVECTOR: in ValueUnion()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp147 case AppEventParamType::LLVECTOR: in InitValueByReferType()
198 case AppEventParamType::LLVECTOR: in ~AppEventParamValue()
357 AppEventParam appEventParam(key, AppEventParamType::LLVECTOR); in AddParam()
563 } else if (param.type == AppEventParamType::LLVECTOR) { in AddOthersToJsonString()
Dhiappevent_verify.cpp126 } else if (type == AppEventParamType::LLVECTOR && vu.lls_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()