Searched refs:protocolName (Results 1 – 2 of 2) sorted by relevance
155 const std::string& protocolName = get<1>(data); in afterNetworkPortRequest() 158 asyncResp->res.jsonValue[protocolName]["ProtocolEnabled"] = in afterNetworkPortRequest() 160 asyncResp->res.jsonValue[protocolName]["Port"] = nullptr; in afterNetworkPortRequest() 161 getPortNumber(socketPath, [asyncResp, protocolName]( in afterNetworkPortRequest() 169 asyncResp->res.jsonValue[protocolName]["Port"] = portNumber; in afterNetworkPortRequest() 157 const std::string& protocolName = get<1>(data); afterNetworkPortRequest() local
2987 const std::string& protocolName = get<1>(data); in afterPortRequest() local2990 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()2993 if (protocolName == "SSH") in afterPortRequest()2995 getPortNumber(socketPath, [asyncResp, protocolName]( in afterPortRequest()3006 dataJson1[protocolName]["Port"] = portNumber; in afterPortRequest()