Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp208 const std::unordered_set<std::string> tempTrueNames = {"crash", "anr"}; in VerifyAppEventParam() local
209 size_t maxLen = tempTrueNames.find(name) == tempTrueNames.end() ? MAX_LENGTH_OF_STR_PARAM : in VerifyAppEventParam()