Lines Matching defs:controllerId
923 const std::string& controllerId, const std::string& connectionName,
930 BMCWEB_REDFISH_SYSTEM_URI_NAME, controllerId);
931 asyncResp->res.jsonValue["Name"] = controllerId;
932 asyncResp->res.jsonValue["Id"] = controllerId;
958 const std::string& controllerId, const boost::system::error_code& ec,
977 if (id != controllerId)
991 populateStorageController(asyncResp, controllerId, connectionName,
1068 const std::string& systemName, const std::string& controllerId)
1087 controllerId](const boost::system::error_code& ec,
1089 getStorageControllerHandler(asyncResp, controllerId, ec, subtree);