Searched refs:STRVECTOR (Results 1 – 3 of 3) sorted by relevance
116 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()
149 } 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()
77 STRVECTOR = 16 enumerator129 case AppEventParamType::STRVECTOR: in ValueUnion()