Searched refs:ERR_BEGIN_TIME_LESS_THEN_ZERO (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/ |
H A D | bundle_state_inner_errors.h | 78 ERR_BEGIN_TIME_LESS_THEN_ZERO, enumerator 148 {ERR_BEGIN_TIME_LESS_THEN_ZERO, "The beginTime value must be greater than or equal to 0."},
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | bundle_state_query_napi.cpp | 312 params.errorCode = ERR_BEGIN_TIME_LESS_THEN_ZERO; in ParseQueryCurrentBundleEventsParameters() 313 return BundleStateCommon::HandleParamErr(env, ERR_BEGIN_TIME_LESS_THEN_ZERO, ""); in ParseQueryCurrentBundleEventsParameters() 500 params.errorCode = ERR_BEGIN_TIME_LESS_THEN_ZERO; in ParseQueryBundleStatsInfoByInterval() 501 return BundleStateCommon::HandleParamErr(env, ERR_BEGIN_TIME_LESS_THEN_ZERO, ""); in ParseQueryBundleStatsInfoByInterval() 595 params.errorCode = ERR_BEGIN_TIME_LESS_THEN_ZERO; in ParseQueryBundleStatsInfos() 596 return BundleStateCommon::HandleParamErr(env, ERR_BEGIN_TIME_LESS_THEN_ZERO, ""); in ParseQueryBundleStatsInfos() 608 return BundleStateCommon::HandleParamErr(env, ERR_BEGIN_TIME_LESS_THEN_ZERO, ""); in ParseQueryBundleStatsInfos() 696 params.errorCode = ERR_BEGIN_TIME_LESS_THEN_ZERO; in ParseDeviceEventStates() 697 return BundleStateCommon::HandleParamErr(env, ERR_BEGIN_TIME_LESS_THEN_ZERO, ""); in ParseDeviceEventStates()
|