Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Ddef.h56 static constexpr unsigned int MAX_ARRAY_SIZE = 100; variable
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_c_test.cpp616 int32_t int32s[MAX_ARRAY_SIZE + 1] = { 0 };
617 for (size_t i = 0; i <= MAX_ARRAY_SIZE; ++i) {
624 .arraySize = MAX_ARRAY_SIZE + 1,
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dhisysevent.cpp84 if (size > MAX_ARRAY_SIZE) { in CheckArraySize()
92 return MAX_ARRAY_SIZE; in GetArrayMax()