Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h74 LLVECTOR = 13, enumerator
120 case AppEventParamType::LLVECTOR: in ValueUnion()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp107 case AppEventParamType::LLVECTOR: in InitValueByReferType()
276 {LLVECTOR, &GetLongsParamValueStr},
322 case AppEventParamType::LLVECTOR: in ~AppEventParamValue()
507 AppEventParam appEventParam(key, AppEventParamType::LLVECTOR); in AddParam()
H A Dhiappevent_verify.cpp143 } else if (type == AppEventParamType::LLVECTOR && vu.lls_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()