Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_PARAM_VALUE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp70 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in SetReportRoute()
87 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in SetReportPolicy()
100 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in SetReportEvent()
113 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in SetCustomConfig()
129 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in SetConfigId()
142 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in SetReportUserId()
146 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in SetReportUserId()
163 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in SetReportUserProperty()
167 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in SetReportUserProperty()
187 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in AddProcessor()
H A Dndk_app_event_watcher_proxy.cpp69 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in TakeWatcherData()
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_native_test.cpp748 ASSERT_EQ(SetReportRoute(processor, nullptr, nullptr), ErrorCode::ERROR_INVALID_PARAM_VALUE);
750 … ASSERT_EQ(SetReportPolicy(processor, -1, 0, false, false), ErrorCode::ERROR_INVALID_PARAM_VALUE);
751 …SSERT_EQ(SetReportEvent(processor, nullptr, nullptr, false), ErrorCode::ERROR_INVALID_PARAM_VALUE);
752 ASSERT_EQ(SetCustomConfig(processor, nullptr, nullptr), ErrorCode::ERROR_INVALID_PARAM_VALUE);
754 ASSERT_EQ(SetConfigId(processor, -1), ErrorCode::ERROR_INVALID_PARAM_VALUE);
755 ASSERT_EQ(SetReportUserId(processor, nullptr, 0), ErrorCode::ERROR_INVALID_PARAM_VALUE);
758 ASSERT_EQ(SetReportUserProperty(processor, nullptr, 0), ErrorCode::ERROR_INVALID_PARAM_VALUE);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h40 const int ERROR_INVALID_PARAM_VALUE = -9; variable