Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Ddef.h55 static constexpr unsigned int MAX_PARAM_NAME_LENGTH = 48; variable
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dhisysevent.cpp68 if (!StringFilter::GetInstance().IsValidName(key, MAX_PARAM_NAME_LENGTH)) { in CheckKey()