Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h73 IVECTOR = 12, enumerator
117 case AppEventParamType::IVECTOR: in ValueUnion()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp104 case AppEventParamType::IVECTOR: in InitValueByReferType()
275 {IVECTOR, &GetIntsParamValueStr},
319 case AppEventParamType::IVECTOR: in ~AppEventParamValue()
500 AppEventParam appEventParam(key, AppEventParamType::IVECTOR); in AddParam()
H A Dhiappevent_verify.cpp141 } else if (type == AppEventParamType::IVECTOR && vu.is_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()