Searched refs:tempTrueNames (Results 1 – 1 of 1) sorted by relevance
208 const std::unordered_set<std::string> tempTrueNames = {"crash", "anr"}; in VerifyAppEventParam() local209 size_t maxLen = tempTrueNames.find(name) == tempTrueNames.end() ? MAX_LENGTH_OF_STR_PARAM : in VerifyAppEventParam()