Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h66 LVECTOR = 14, enumerator
115 case AppEventParamType::LVECTOR: in ValueUnion()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp144 case AppEventParamType::LVECTOR: in InitValueByReferType()
195 case AppEventParamType::LVECTOR: in ~AppEventParamValue()
350 AppEventParam appEventParam(key, AppEventParamType::LVECTOR); in AddParam()
561 } else if (param.type == AppEventParamType::LVECTOR) { in AddOthersToJsonString()
Dhiappevent_verify.cpp124 } else if (type == AppEventParamType::LVECTOR && vu.ls_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()