Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp164 bool isProtocolEnabled = ((unitState == "running") || in getPortStatusAndPath() local
181 if (std::get<2>(*find) || !isProtocolEnabled) in getPortStatusAndPath()
187 kv.first, isProtocolEnabled); in getPortStatusAndPath()
196 isProtocolEnabled); in getPortStatusAndPath()
H A Dnetwork_protocol.hpp151 bool isProtocolEnabled = get<2>(data); in afterNetworkPortRequest() local
154 isProtocolEnabled; in afterNetworkPortRequest()
H A Dsystems.hpp2986 bool isProtocolEnabled = get<2>(data); in afterPortRequest() local
2988 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()