Home
last modified time | relevance | path

Searched refs:ERR_EVENT_NAME_INVALID (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Ddef.h24 static constexpr int ERR_EVENT_NAME_INVALID = -2; variable
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dhisysevent_c.cpp50 return OHOS::HiviewDFX::ERR_EVENT_NAME_INVALID; in HiSysEvent_Write()
Dhisysevent.cpp228 eventBase.retCode_ = ERR_EVENT_NAME_INVALID; in WritebaseInfo()
Dinner_writer.cpp184 eventBase.SetRetCode(ERR_EVENT_NAME_INVALID); in WritebaseInfo()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_c_test.cpp347 ASSERT_EQ(res, ERR_EVENT_NAME_INVALID);
445 ASSERT_EQ(res, ERR_EVENT_NAME_INVALID);
449 ASSERT_EQ(res, ERR_EVENT_NAME_INVALID);
453 ASSERT_EQ(res, ERR_EVENT_NAME_INVALID);
457 ASSERT_EQ(res, ERR_EVENT_NAME_INVALID);
461 ASSERT_EQ(res, ERR_EVENT_NAME_INVALID);
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
Dhisysevent_operation.cpp76 eventBase.retCode_ = ERR_EVENT_NAME_INVALID; in CombineBaseInfo()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp908 {ERR_EVENT_NAME_INVALID, {NapiError::ERR_INVALID_EVENT_NAME, "Event name is invalid"}}, in CreateHiSysEventInfoJsObject()