Lines Matching defs:powerSupplyPath
51 for (const std::string& powerSupplyPath : powerSupplyPaths)
54 sdbusplus::message::object_path(powerSupplyPath).filename();
172 const std::function<void(const std::string& powerSupplyPath,
209 std::function<void(const std::string& powerSupplyPath,
451 const std::string& powerSupplyPath, const std::string& service)
453 if (powerSupplyPath.empty() || service.empty())
474 getPowerSupplyState(asyncResp, service, powerSupplyPath);
475 getPowerSupplyHealth(asyncResp, service, powerSupplyPath);
476 getPowerSupplyAsset(asyncResp, service, powerSupplyPath);
477 getPowerSupplyFirmwareVersion(asyncResp, service, powerSupplyPath);
478 getPowerSupplyLocation(asyncResp, service, powerSupplyPath);
480 getLocationIndicatorActive(asyncResp, powerSupplyPath);
496 [asyncResp, powerSupplyId](const std::string& powerSupplyPath,
498 if (powerSupplyPath.empty() || service.empty())
527 const bool locationIndicatorActive, const std::string& powerSupplyPath,
530 setLocationIndicatorActive(asyncResp, powerSupplyPath,