Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/Operations/
H A DVirtualMediaStore.js4 const transferProtocolType = { class
44 transferProtocolType: transferProtocolType.OEM, property in VirtualMediaStore.actions.getData.device
64 transferProtocolType: device.data?.TransferProtocolType,
70 .filter((d) => d.transferProtocolType === transferProtocolType.OEM)
78 .filter((d) => d.transferProtocolType !== transferProtocolType.OEM)
/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp396 const std::optional<std::string>& transferProtocolType) in getTransferProtocolFromParam() argument
398 if (!transferProtocolType) in getTransferProtocolFromParam()
403 if (*transferProtocolType == "CIFS") in getTransferProtocolFromParam()
408 if (*transferProtocolType == "HTTPS") in getTransferProtocolFromParam()
442 std::optional<std::string> transferProtocolType; member
569 getTransferProtocolFromParam(actionParams.transferProtocolType); in validateParams()
593 asyncResp->res, actionParams.transferProtocolType.value_or(""), in validateParams()
622 asyncResp->res, actionParams.transferProtocolType.value_or(""), in validateParams()
720 "TransferProtocolType", actionParams.transferProtocolType, // in handleManagersVirtualMediaActionInsertPost()