Home
last modified time | relevance | path

Searched refs:CheckStringLengthOfList (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp158 bool CheckStringLengthOfList(std::vector<std::string>& strs, size_t maxTotalLen = 0) in CheckStringLengthOfList() function
218 if (param.type == AppEventParamType::STRVECTOR && !CheckStringLengthOfList(param.value.valueUnion.strs_)) { in VerifyAppEventParam()
254 && !CheckStringLengthOfList(param.value.valueUnion.strs_, MAX_LENGTH_OF_CUSTOM_PARAM)) { in VerifyCustomAppEventParam()

Completed in 1 milliseconds