Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp119 bool CheckStrParamLength(std::string& strParamValue, size_t maxLen = MAX_LENGTH_OF_STR_PARAM) in CheckStrParamLength() function
165 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()