Searched refs:SetConfigByPath (Results 1 – 3 of 3) sorted by relevance
102 int32_t SetConfigByPath(const std::string& path, const std::string& value);
261 return powerSupplyProvider_->SetConfigByPath(setPath, value); in SetBatteryConfig()
1023 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