Home
last modified time | relevance | path

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

/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dpower_supply_provider.h102 int32_t SetConfigByPath(const std::string& path, const std::string& value);
/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp262 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
1033 BATTERY_HILOGI(FEATURE_BATT_INFO, "SetConfigByPath enter, path: %{public}s, value:%{public}s", in SetConfigByPath()
1056 BATTERY_HILOGD(FEATURE_BATT_INFO, "SetConfigByPath exit"); in SetConfigByPath()

Completed in 4 milliseconds