Home
last modified time | relevance | path

Searched defs:voltagePath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_config.h44 std::string voltagePath; member
H A Dpower_supply_provider.h110 std::string voltagePath; member
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_interface_test.cpp109 std::string voltagePath = "/data/service/el0/battery/voltage_limit"; variable
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp182 Json::Value voltagePath = GetValue(chargerConfig, "voltage_limit.path"); in ParseChargerConfig() local
H A Dpower_supply_provider.cpp1004 std::string& currentPath, std::string& voltagePath) in SetChargingLimit()