Home
last modified time | relevance | path

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

/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp35 constexpr int32_t END_SOC_INDEX = 1; member
216 if (soc.size() != MAX_SOC_RANGE || !soc[BEGIN_SOC_INDEX].isInt() || !soc[END_SOC_INDEX].isInt()) { in ParseLightConfig()
228 .endSoc = soc[END_SOC_INDEX].asInt(), in ParseLightConfig()

Completed in 1 milliseconds