Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_c_test.cpp344 ASSERT_EQ(res, ERR_DOMAIN_NAME_INVALID);
411 ASSERT_EQ(res, ERR_DOMAIN_NAME_INVALID);
415 ASSERT_EQ(res, ERR_DOMAIN_NAME_INVALID);
419 ASSERT_EQ(res, ERR_DOMAIN_NAME_INVALID);
423 ASSERT_EQ(res, ERR_DOMAIN_NAME_INVALID);
427 ASSERT_EQ(res, ERR_DOMAIN_NAME_INVALID);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Ddef.h23 static constexpr int ERR_DOMAIN_NAME_INVALID = -1; variable
H A Dhisysevent.h330 return ExplainThenReturnRetCode(ERR_DOMAIN_NAME_INVALID);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent_c.cpp49 return OHOS::HiviewDFX::ERR_DOMAIN_NAME_INVALID; in HiSysEvent_Write()
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
H A Dhisysevent_operation.cpp72 eventBase.retCode_ = ERR_DOMAIN_NAME_INVALID; in CombineBaseInfo()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_adapter.cpp194 return HiSysEvent::ExplainThenReturnRetCode(ERR_DOMAIN_NAME_INVALID); in Write()
H A Dnapi_hisysevent_util.cpp1026 {ERR_DOMAIN_NAME_INVALID, {NapiError::ERR_INVALID_DOMAIN, "Invalid event domain"}}, in CreateHiSysEventInfoJsObject()