Home
last modified time | relevance | path

Searched refs:BATTERY_LEVEL_MIN (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp25 const int32_t BATTERY_LEVEL_MIN = 0; variable
173 } else if (cwork.batteryLevel >= BATTERY_LEVEL_MIN && cwork.batteryLevel <= BATTERY_LEVEL_MAX) { in GetBatteryInfo()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp30 const int32_t BATTERY_LEVEL_MIN = 0; member
137 } else if (batteryLevel >= BATTERY_LEVEL_MIN && batteryLevel <= BATTERY_LEVEL_MAX) { in GetBatteryInfo()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp562 property->SetFormRange(BATTERY_LEVEL_MIN, BATTERY_LEVEL_MAX, BATTERY_LEVEL_STEP); in GetPropDesc()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp689 property->SetFormRange(BATTERY_LEVEL_MIN, BATTERY_LEVEL_MAX, BATTERY_LEVEL_STEP); in GetPropDesc()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_constants.h559 constexpr int BATTERY_LEVEL_MIN = 0; variable

Completed in 7 milliseconds