Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp55 static constexpr size_t MAX_LENGTH_OF_CUSTOM_PARAM = 1024; variable
247 && !CheckStrParamLength(param.value.valueUnion.str_, MAX_LENGTH_OF_CUSTOM_PARAM)) { in VerifyCustomAppEventParam()
249 name.c_str(), MAX_LENGTH_OF_CUSTOM_PARAM); in VerifyCustomAppEventParam()
254 && !CheckStringLengthOfList(param.value.valueUnion.strs_, MAX_LENGTH_OF_CUSTOM_PARAM)) { in VerifyCustomAppEventParam()
256 name.c_str(), MAX_LENGTH_OF_CUSTOM_PARAM); in VerifyCustomAppEventParam()