Home
last modified time | relevance | path

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

/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_interface_impl.h51 int32_t SetChargingLimit(const std::vector<ChargingLimit>& chargingLimit) override;
H A Dpower_supply_provider.h99 int32_t SetChargingLimit(const std::vector<ChargingLimit>& chargingLimit,
/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp225 int32_t BatteryInterfaceImpl::SetChargingLimit(const std::vector<ChargingLimit>& chargingLimit) in SetChargingLimit() argument
230 return powerSupplyProvider_->SetChargingLimit(chargingLimit, chargerConfig.currentPath, chargerConfig.voltagePath); in SetChargingLimit()

Completed in 2 milliseconds