Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h26 #define MAX_LENGTH_OF_PARAM_NAME 49 macro
84 char name[MAX_LENGTH_OF_PARAM_NAME];
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event.rs19 const MAX_LENGTH_OF_PARAM_NAME: usize = 49; consts
164 pub param_name: [u8; MAX_LENGTH_OF_PARAM_NAME],
238 param_name: [0; MAX_LENGTH_OF_PARAM_NAME],
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_param_builder.cpp36 constexpr size_t MAX_LENGTH_OF_PARAM_NAME = 32; member
74 if (key.length() > MAX_LENGTH_OF_PARAM_NAME) { in AddParams2EventPack()
H A Dnapi_hiappevent_builder.cpp36 constexpr size_t MAX_LENGTH_OF_PARAM_NAME = 32; member
189 if (key.length() > MAX_LENGTH_OF_PARAM_NAME) { in AddParams2EventPack()
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
H A Dhisysevent_c_wrapper.h35 char paramName[MAX_LENGTH_OF_PARAM_NAME];
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_c_wrapper.cpp30 for (size_t j = 0; j < MAX_LENGTH_OF_PARAM_NAME && wrapper.paramName[j] != '\0'; j++) { in ConvertParamWrapper()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp41 static constexpr int MAX_LENGTH_OF_PARAM_NAME = 32; member
82 return IsValidName(paramName, MAX_LENGTH_OF_PARAM_NAME); in CheckParamName()
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp122 auto ret = memcpy_s(wrapper.paramName, MAX_LENGTH_OF_PARAM_NAME, testKey.c_str(), in HWTEST_F()

Completed in 5 milliseconds