Home
last modified time | relevance | path

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

/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_interface_impl.h52 int32_t GetChargeType(ChargeType& chargeType) override;
H A Dpower_supply_provider.h93 int32_t ParseChargeType(int32_t* chargeType, std::string& chargeTypePath);
/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp233 int32_t BatteryInterfaceImpl::GetChargeType(ChargeType& chargeType) in GetChargeType() argument
244 chargeType = ChargeType(type); in GetChargeType()
H A Dpower_supply_provider.cpp911 int32_t PowerSupplyProvider::ParseChargeType(int32_t* chargeType, std::string& chargeTypePath) in ParseChargeType() argument
920 *chargeType = ChargeTypeEumConverter(buf); in ParseChargeType()

Completed in 4 milliseconds