Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Ddef.h26 static constexpr int ERR_OVER_SIZE = -4; variable
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dtransport.cpp149 return ERR_OVER_SIZE; in SendData()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_c_test.cpp661 ASSERT_EQ(res, ERR_OVER_SIZE);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp1029 {ERR_OVER_SIZE, {NapiError::ERR_CONTENT_OVER_LIMIT, "The event length exceeds the limit"}}, in CreateHiSysEventInfoJsObject()