Home
last modified time | relevance | path

Searched refs:ERR_VALUE_LENGTH_TOO_LONG (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Ddef.h41 static constexpr int ERR_VALUE_LENGTH_TOO_LONG = 2; variable
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_adapter.cpp52 … auto errorCode = eventAsyncContext->eventWroteResult == SUCCESS ? ERR_VALUE_LENGTH_TOO_LONG : in Write()
Dnapi_hisysevent_util.cpp885 {ERR_VALUE_LENGTH_TOO_LONG, {NapiError::ERR_STR_LEN_OVER_LIMIT, in CreateHiSysEventInfoJsObject()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dhisysevent.cpp77 return ERR_VALUE_LENGTH_TOO_LONG; in CheckValue()
144 eventBase.retCode_ = ERR_VALUE_LENGTH_TOO_LONG; in AppendValue()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_c_test.cpp586 ASSERT_EQ(res, ERR_VALUE_LENGTH_TOO_LONG);
598 ASSERT_EQ(res, ERR_VALUE_LENGTH_TOO_LONG);