Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Ddef.h26 static constexpr int ERR_OVER_SIZE = -4; variable
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dtransport.cpp139 return ERR_OVER_SIZE; in SendData()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_c_test.cpp661 ASSERT_EQ(res, ERR_OVER_SIZE);
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp910 {ERR_OVER_SIZE, {NapiError::ERR_CONTENT_OVER_LIMIT, "Size of event content is over limit"}}, in CreateHiSysEventInfoJsObject()