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.cpp150 bool CheckStringLengthOfList(std::vector<std::string>& strs) in CheckStringLengthOfList() function
252 …if (it->type == AppEventParamType::STRVECTOR && !CheckStringLengthOfList(it->value.valueUnion.strs… in VerifyAppEvent()