Home
last modified time | relevance | path

Searched defs:soc (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/services/native/profile/
H A Dbattery_config.json4 "soc": [0, 10], array
8 "soc": [10, 90], array
12 "soc": [90, 100], array
20 "soc": { object
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/profile/
H A Dbattery_config.json4 "soc": [0, 10], array
8 "soc": [10, 90], array
12 "soc": [90, 100], array
20 "soc": { object
/ohos5.0/base/powermgr/battery_lite/test/Interface_test/test/unittest/src/
H A Dbatterymgr_interfaces_test.cpp42 int32_t soc = GetBatSoc(); variable
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dcharger_state_collection.h29 int32_t soc; member
/ohos5.0/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_feature.c49 int32_t soc = BATT_INT_VALUE; in BatterySocImpl() local
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp131 Json::Value soc = GetValue("light." + level + ".soc"); in ParseLightConf() local
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp147 Json::Value soc = GetValue("light." + level + ".soc"); in ParseLightConf() local
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp466 napi_value soc = nullptr; in CreateEventBatteryChangedKey() local
509 napi_value soc = nullptr; in CreateEventBatteryChangedCode() local
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp210 Json::Value soc = GetValue(valueObj, "soc"); in ParseLightConfig() local