Home
last modified time | relevance | path

Searched refs:chargerConfig_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp111 return chargerConfig_; in GetChargerConfig()
179 chargerConfig_.currentPath = currentPath.asString(); in ParseChargerConfig()
184 chargerConfig_.voltagePath = voltagePath.asString(); in ParseChargerConfig()
189 chargerConfig_.chargeTypePath = chargeTypePath.asString(); in ParseChargerConfig()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_config.h80 BatteryConfig::ChargerConfig chargerConfig_; variable