Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dcharger_state_collection.cpp137 …leState.current = data.GetWant().GetIntParam(BatteryInfo::COMMON_EVENT_KEY_PLUGGED_NOW_CURRENT, -1… in HandleChangerInnerStatusCompleted()
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h437 static constexpr const char* COMMON_EVENT_KEY_PLUGGED_NOW_CURRENT = "nowCurrent"; variable
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_level_event_system_test.cpp109 wantInner.SetParam(BatteryInfo::COMMON_EVENT_KEY_PLUGGED_NOW_CURRENT, chargerCurrent); in PublishChangedEvent()
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp232 want.SetParam(BatteryInfo::COMMON_EVENT_KEY_PLUGGED_NOW_CURRENT, info.GetNowCurrent()); in PublishChangedEventInner()