Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp149 bool CheckStringLengthOfList(std::vector<std::string>& strs) in CheckStringLengthOfList() function
206 …if (param.type == AppEventParamType::STRVECTOR && !CheckStringLengthOfList(param.value.valueUnion.… in VerifyAppEventParam()