Home
last modified time | relevance | path

Searched refs:endSoc (Results 1 - 7 of 7) sorted by relevance

/base/powermgr/battery_manager/charger/include/
H A Dbattery_config.h34 int32_t endSoc; member
/base/powermgr/battery_manager/charger/src/
H A Dbattery_led.cpp90 if ((capacity >= it.beginSoc) && (capacity <= it.endSoc)) { in UpdateColor()
H A Dbattery_config.cpp171 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConf()
/base/powermgr/battery_manager/services/native/include/
H A Dbattery_config.h34 int32_t endSoc; member
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_light.cpp110 if ((capacity >= it.beginSoc) && (capacity <= it.endSoc)) { in UpdateColor()
H A Dbattery_config.cpp162 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConf()
/base/powermgr/battery_manager/test/unittest/src/
H A Dbattert_service_inner_test.cpp130 EXPECT_TRUE(lightConf[i].endSoc >= 0 && lightConf[i].endSoc <= 100); in HWTEST_F()
132 EXPECT_TRUE(lightConf[i].beginSoc < lightConf[i].endSoc); in HWTEST_F()

Completed in 4 milliseconds