Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp101 case AppEventParamType::SHVECTOR: in InitValueByReferType()
274 {SHVECTOR, &GetShortsParamValueStr},
316 case AppEventParamType::SHVECTOR: in ~AppEventParamValue()
486 AppEventParam appEventParam(key, AppEventParamType::SHVECTOR); in AddParam()
493 AppEventParam appEventParam(key, AppEventParamType::SHVECTOR); in AddParam()
H A Dhiappevent_verify.cpp139 } else if (type == AppEventParamType::SHVECTOR && vu.shs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h72 SHVECTOR = 11, enumerator
114 case AppEventParamType::SHVECTOR: in ValueUnion()