Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Ddef.h43 static constexpr int ERR_ARRAY_TOO_MUCH = 4; variable
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dhisysevent.cpp85 return ERR_ARRAY_TOO_MUCH; in CheckArraySize()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_c_test.cpp629 ASSERT_EQ(res, ERR_ARRAY_TOO_MUCH);
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp888 …{ERR_ARRAY_TOO_MUCH, {NapiError::ERR_ARRAY_SIZE_OVER_LIMIT, "Size of array type param is over limi… in CreateHiSysEventInfoJsObject()