Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/systemtest/src/
H A Dbattery_sys_test.cpp60 ASSERT_TRUE(lightConf[i].endSoc >= 0 && lightConf[i].endSoc <= 100);
62 ASSERT_TRUE(lightConf[i].beginSoc < lightConf[i].endSoc);
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_config_test.cpp58 EXPECT_TRUE(lightConf[i].endSoc >= 0 && lightConf[i].endSoc <= 100);
60 EXPECT_TRUE(lightConf[i].beginSoc < lightConf[i].endSoc);
/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_config.h34 int32_t endSoc; member
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dbattery_config.h34 int32_t endSoc; member
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_led.cpp90 if ((capacity >= it.beginSoc) && (capacity <= it.endSoc)) { in UpdateColor()
H A Dbattery_config.cpp165 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConf()
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_light.cpp99 if ((capacity >= it.beginSoc) && (capacity <= it.endSoc)) { in UpdateColor()
H A Dbattery_config.cpp149 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConf()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_config.h38 int32_t endSoc; member
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp228 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConfig()