Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp116 case AppEventParamType::STRVECTOR: in InitValueByReferType()
279 {STRVECTOR, &GetStrsParamValueStr},
331 case AppEventParamType::STRVECTOR: in ~AppEventParamValue()
528 AppEventParam appEventParam(key, AppEventParamType::STRVECTOR); in AddParam()
543 AppEventParam appEventParam(key, AppEventParamType::STRVECTOR); in AddParam()
H A Dhiappevent_verify.cpp149 } else if (type == AppEventParamType::STRVECTOR && vu.strs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()
218 …if (param.type == AppEventParamType::STRVECTOR && !CheckStringLengthOfList(param.value.valueUnion.… in VerifyAppEventParam()
253 if (param.type == AppEventParamType::STRVECTOR in VerifyCustomAppEventParam()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h77 STRVECTOR = 16 enumerator
129 case AppEventParamType::STRVECTOR: in ValueUnion()