Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp497 napi_value napiBatteryLevel = nullptr; in GetConditionInfo() local
498 napi_create_int32(env, workInfo->GetBatteryLevel(), &napiBatteryLevel); in GetConditionInfo()
499 napi_set_named_property(env, napiWork, "batteryLevel", napiBatteryLevel); in GetConditionInfo()