Searched refs:CheckStrParamLength (Results 1 – 1 of 1) sorted by relevance
119 bool CheckStrParamLength(std::string& strParamValue, size_t maxLen = MAX_LENGTH_OF_STR_PARAM) in CheckStrParamLength() function165 if (!CheckStrParamLength(*it)) { in CheckStringLengthOfList()211 …if (param.type == AppEventParamType::STRING && !CheckStrParamLength(param.value.valueUnion.str_, m… in VerifyAppEventParam()247 && !CheckStrParamLength(param.value.valueUnion.str_, MAX_LENGTH_OF_CUSTOM_PARAM)) { in VerifyCustomAppEventParam()