Home
last modified time | relevance | path

Searched refs:E_IS_CHARGING_ERR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h52 E_IS_CHARGING_ERR, enumerator
94 {E_IS_CHARGING_ERR, "The type of isCharging must be boolean."},
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp107 int32_t isCharging = GetBoolToIntProperty(env, objValue, "isCharging", E_IS_CHARGING_ERR); in GetChargeInfo()