Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_info.cpp105 BatteryLevel EventsInfo::GetBatteryLevel() in GetBatteryLevel()
112 batteryLevel_ = BatteryLevel::BATTERY_LEVEL_LOW; in GetBatteryLevel()
114 batteryLevel_ = BatteryLevel::BATTERY_LEVEL_OKAY; in GetBatteryLevel()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/
H A Devents_info.h33 BatteryLevel GetBatteryLevel();
41 BatteryLevel batteryLevel_ {BATTERY_LEVEL_LOW};
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/impl/
H A Dbattery_level_strategy.cpp46 int32_t batteryLevel = BatteryLevel::BATTERY_LEVEL_LOW; in handleEvent()
48 batteryLevel = BatteryLevel::BATTERY_LEVEL_OKAY; in handleEvent()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/impl/
H A Dvideo_battery_level_state.cpp40 bool isNeedStop = stateValue_ == BatteryLevel::BATTERY_LEVEL_LOW; in ReevaluateSchedulerInfo()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Dbasic_definitions.h84 enum BatteryLevel : int32_t { enum