Home
last modified time | relevance | path

Searched refs:E_REPEAT_COUNT_ERR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h56 E_REPEAT_COUNT_ERR, enumerator
93 {E_REPEAT_COUNT_ERR, "The repeatCount must be number greater than or equal to 0."},
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp231 return E_REPEAT_COUNT_ERR; in GetRepeatInfo()
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp186 int32_t repeatCount = GetIntProperty(env, objValue, "repeatCount", E_REPEAT_COUNT_ERR); in GetRepeatInfo()
202 HandleParamErr(env, E_REPEAT_COUNT_ERR); in GetRepeatInfo()