Home
last modified time | relevance | path

Searched refs:protocolName (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp154 const std::string& protocolName = get<1>(data); in afterNetworkPortRequest() local
157 asyncResp->res.jsonValue[protocolName]["ProtocolEnabled"] = in afterNetworkPortRequest()
159 asyncResp->res.jsonValue[protocolName]["Port"] = nullptr; in afterNetworkPortRequest()
160 getPortNumber(socketPath, [asyncResp, protocolName]( in afterNetworkPortRequest()
168 asyncResp->res.jsonValue[protocolName]["Port"] = portNumber; in afterNetworkPortRequest()
H A Dsystems.hpp3004 const std::string& protocolName = get<1>(data); in afterPortRequest() local
3007 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()
3010 if (protocolName == "SSH") in afterPortRequest()
3012 getPortNumber(socketPath, [asyncResp, protocolName]( in afterPortRequest()
3023 dataJson1[protocolName]["Port"] = portNumber; in afterPortRequest()