Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/test/unittest/src/
Dbattery_config_test.cpp59 EXPECT_TRUE(lightConf[i].endSoc >= 0 && lightConf[i].endSoc <= 100);
61 EXPECT_TRUE(lightConf[i].beginSoc < lightConf[i].endSoc);
/base/powermgr/battery_manager/services/native/include/
Dbattery_config.h34 int32_t endSoc; member
/base/powermgr/battery_manager/services/native/src/
Dbattery_light.cpp100 if ((capacity >= it.beginSoc) && (capacity <= it.endSoc)) { in UpdateColor()
Dbattery_config.cpp126 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConf()