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 D | ndk_app_event_processor_service.cpp | 70 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 D | ndk_app_event_watcher_proxy.cpp | 69 return ErrorCode::ERROR_INVALID_PARAM_VALUE; in TakeWatcherData()
|
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_native_test.cpp | 748 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 D | hiappevent_base.h | 40 const int ERROR_INVALID_PARAM_VALUE = -9; variable
|