Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Derror.cpp27 { ERROR_HIAPPEVENT_DISABLE, ERR_DISABLE },
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_write.cpp41 { ErrorCode::ERROR_HIAPPEVENT_DISABLE, in BuildErrorByResult()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp397 return ERROR_HIAPPEVENT_DISABLE; in VerifyAppEvent()
432 return ERROR_HIAPPEVENT_DISABLE; in VerifyCustomEventParams()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h50 const int ERROR_HIAPPEVENT_DISABLE = -99; variable
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp292 ASSERT_EQ(Write(event), ERROR_HIAPPEVENT_DISABLE);
H A Dhiappevent_native_test.cpp401 ASSERT_EQ(res, ErrorCode::ERROR_HIAPPEVENT_DISABLE);