Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Ddef.h45 static constexpr int ERR_VALUE_LENGTH_TOO_LONG = 2; variable
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
H A Dhisysevent_operation.cpp97 eventBase.retCode_ = ERR_VALUE_LENGTH_TOO_LONG; in AppendValue()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_c_test.cpp586 ASSERT_EQ(res, ERR_VALUE_LENGTH_TOO_LONG);
598 ASSERT_EQ(res, ERR_VALUE_LENGTH_TOO_LONG);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_adapter.cpp165 … auto errorCode = eventAsyncContext->eventWroteResult == SUCCESS ? ERR_VALUE_LENGTH_TOO_LONG : in Write()
H A Dnapi_hisysevent_util.cpp1031 {ERR_VALUE_LENGTH_TOO_LONG, {NapiError::ERR_STR_LEN_OVER_LIMIT, in CreateHiSysEventInfoJsObject()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent.cpp160 return ERR_VALUE_LENGTH_TOO_LONG; in CheckValue()