Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp73 return ErrorCode::ERROR_INVALID_PARAM_VALUE_LENGTH; in SetReportRoute()
116 return ErrorCode::ERROR_INVALID_PARAM_VALUE_LENGTH; in SetCustomConfig()
149 return ErrorCode::ERROR_INVALID_PARAM_VALUE_LENGTH; in SetReportUserId()
170 return ErrorCode::ERROR_INVALID_PARAM_VALUE_LENGTH; in SetReportUserProperty()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Derror.cpp29 { ERROR_INVALID_PARAM_VALUE_LENGTH, ERR_INVALID_STR_LEN },
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp214 verifyRes = ERROR_INVALID_PARAM_VALUE_LENGTH; in VerifyAppEventParam()
221 verifyRes = ERROR_INVALID_PARAM_VALUE_LENGTH; in VerifyAppEventParam()
250 return ERROR_INVALID_PARAM_VALUE_LENGTH; in VerifyCustomAppEventParam()
257 return ERROR_INVALID_PARAM_VALUE_LENGTH; in VerifyCustomAppEventParam()
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp144 ASSERT_EQ(Write(event2), ERROR_INVALID_PARAM_VALUE_LENGTH);
154 ASSERT_EQ(Write(event4), ERROR_INVALID_PARAM_VALUE_LENGTH);
H A Dhiappevent_native_test.cpp289 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_PARAM_VALUE_LENGTH);
753 ASSERT_EQ(SetCustomConfig(processor, "", ""), ErrorCode::ERROR_INVALID_PARAM_VALUE_LENGTH);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_write.cpp45 { ErrorCode::ERROR_INVALID_PARAM_VALUE_LENGTH, in BuildErrorByResult()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h44 const int ERROR_INVALID_PARAM_VALUE_LENGTH = 4; variable