Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h71 CVECTOR = 10, enumerator
111 case AppEventParamType::CVECTOR: in ValueUnion()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp98 case AppEventParamType::CVECTOR: in InitValueByReferType()
273 {CVECTOR, &GetCharsParamValueStr},
313 case AppEventParamType::CVECTOR: in ~AppEventParamValue()
479 AppEventParam appEventParam(key, AppEventParamType::CVECTOR); in AddParam()
H A Dhiappevent_verify.cpp137 } else if (type == AppEventParamType::CVECTOR && vu.cs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()