Home
last modified time | relevance | path

Searched refs:SetConfigByPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dpower_supply_provider.h102 int32_t SetConfigByPath(const std::string& path, const std::string& value);
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp261 return powerSupplyProvider_->SetConfigByPath(setPath, value); in SetBatteryConfig()
H A Dpower_supply_provider.cpp1023 int32_t ret = SetConfigByPath(limitPath, chargeLimitStr); in SetChargingLimit()
1031 int32_t PowerSupplyProvider::SetConfigByPath(const std::string& path, const std::string& value) in SetConfigByPath() function in OHOS::HDI::Battery::V2_0::PowerSupplyProvider