Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Ddef.h42 static constexpr int ERR_KEY_NAME_INVALID = 1; variable
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
Dhisysevent_operation.cpp45 return ERR_KEY_NAME_INVALID; in CheckKey()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_c_test.cpp485 ASSERT_EQ(res, ERR_KEY_NAME_INVALID);
495 ASSERT_EQ(res, ERR_KEY_NAME_INVALID);
505 ASSERT_EQ(res, ERR_KEY_NAME_INVALID);
515 ASSERT_EQ(res, ERR_KEY_NAME_INVALID);
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dhisysevent.cpp83 return ERR_KEY_NAME_INVALID; in CheckKey()
Dinner_writer.cpp97 return ERR_KEY_NAME_INVALID; in CheckKey()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp911 {ERR_KEY_NAME_INVALID, {NapiError::ERR_INVALID_PARAM_NAME, "Name of param is invalid"}}, in CreateHiSysEventInfoJsObject()