Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp43 static constexpr size_t MAX_LENGTH_OF_STR_PARAM = 8 * 1024; member
119 bool CheckStrParamLength(std::string& strParamValue, size_t maxLen = MAX_LENGTH_OF_STR_PARAM) in CheckStrParamLength() argument
209 size_t maxLen = tempTrueNames.find(name) == tempTrueNames.end() ? MAX_LENGTH_OF_STR_PARAM : in VerifyAppEventParam()
487 return name.length() <= MAX_LENGTH_OF_STR_PARAM; in IsValidRouteInfo()
492 return name.length() <= MAX_LENGTH_OF_STR_PARAM; in IsValidAppId()

Completed in 1 milliseconds