Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dmanager_utils.hpp77 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 Dmanagers.hpp64 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 Dfunctions.cpp47 const std::string& managerPath) in getManagedObjects() argument
50 auto method = bus.new_method_call(service.c_str(), managerPath.c_str(), in getManagedObjects()