Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h54 E_BATTERY_STATUS_ERR, enumerator
89 {E_BATTERY_STATUS_ERR,
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp188 return E_BATTERY_STATUS_ERR; in GetBatteryInfo()
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp146 int32_t batteryStatus = GetIntProperty(env, objValue, "batteryStatus", E_BATTERY_STATUS_ERR); in GetBatteryInfo()
155 HandleParamErr(env, E_BATTERY_STATUS_ERR); in GetBatteryInfo()