Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h63 CVECTOR = 10, enumerator
103 case AppEventParamType::CVECTOR: in ValueUnion()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp131 case AppEventParamType::CVECTOR: in InitValueByReferType()
179 case AppEventParamType::CVECTOR: in ~AppEventParamValue()
306 AppEventParam appEventParam(key, AppEventParamType::CVECTOR); in AddParam()
517 } else if (param.type == AppEventParamType::CVECTOR) { in AddOthersToJsonString()
Dhiappevent_verify.cpp120 } else if (type == AppEventParamType::CVECTOR && vu.cs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()