Searched refs:endSoc (Results 1 – 10 of 10) sorted by relevance
60 ASSERT_TRUE(lightConf[i].endSoc >= 0 && lightConf[i].endSoc <= 100);62 ASSERT_TRUE(lightConf[i].beginSoc < lightConf[i].endSoc);
58 EXPECT_TRUE(lightConf[i].endSoc >= 0 && lightConf[i].endSoc <= 100);60 EXPECT_TRUE(lightConf[i].beginSoc < lightConf[i].endSoc);
34 int32_t endSoc; member
90 if ((capacity >= it.beginSoc) && (capacity <= it.endSoc)) { in UpdateColor()
165 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConf()
99 if ((capacity >= it.beginSoc) && (capacity <= it.endSoc)) { in UpdateColor()
149 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConf()
38 int32_t endSoc; member
228 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConfig()