Searched refs:managerPath (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | manager_utils.hpp | 77 void(const boost::system::error_code&, const std::string& managerPath, in afterGetValidManagerPath() argument 112 void(const boost::system::error_code&, const std::string& managerPath, in getValidManagerPath() argument
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | managers.hpp | 64 const boost::system::error_code& ec, const std::string& managerPath, in handleSetLocationIndicatorActive() argument 80 if (managerPath.empty()) in handleSetLocationIndicatorActive() 87 setLocationIndicatorActive(asyncResp, managerPath, locationIndicatorActive); in handleSetLocationIndicatorActive() 644 const std::string& managerPath, in getManagerData() argument 653 if (managerPath.empty() || serviceMap.empty()) in getManagerData() 667 *crow::connections::systemBus, connectionName, managerPath, in getManagerData() 674 getLocation(asyncResp, connectionName, managerPath); in getManagerData() 679 getLocationIndicatorActive(asyncResp, managerPath); in getManagerData()
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | functions.cpp | 47 const std::string& managerPath) in getManagedObjects() argument 50 auto method = bus.new_method_call(service.c_str(), managerPath.c_str(), in getManagedObjects()
|