Home
last modified time | relevance | path

Searched refs:E_WORKID_ERR (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h47 E_WORKID_ERR, enumerator
83 {E_WORKID_ERR, "The workId must be number greater than or equal to 0."},
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dget_work_status.cpp54 Common::HandleParamErr(env, E_WORKID_ERR); in ParseParameters()
H A Dis_last_work_time_out.cpp54 Common::HandleParamErr(env, E_WORKID_ERR); in ParseParameters()
H A Dcommon.cpp63 int32_t workId = GetIntProperty(env, objValue, "workId", E_WORKID_ERR); in GetBaseWorkInfo()
66 HandleParamErr(env, E_WORKID_ERR); in GetBaseWorkInfo()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp153 return E_WORKID_ERR; in GetWorkStatus()