Home
last modified time | relevance | path

Searched defs:chargeTypePath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_config.h45 std::string chargeTypePath; member
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp187 Json::Value chargeTypePath = GetValue(chargerConfig, "type.path"); in ParseChargerConfig() local
H A Dpower_supply_provider.cpp911 int32_t PowerSupplyProvider::ParseChargeType(int32_t* chargeType, std::string& chargeTypePath) in ParseChargeType()