Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp43 enum class VmMode enum
50 inline VmMode parseObjectPathAndGetMode( in parseObjectPathAndGetMode()
58 return VmMode::Invalid; in parseObjectPathAndGetMode()
63 return VmMode::Invalid; in parseObjectPathAndGetMode()
71 return VmMode::Invalid; in parseObjectPathAndGetMode()
76 return VmMode::Invalid; in parseObjectPathAndGetMode()
81 return VmMode::Legacy; in parseObjectPathAndGetMode()
85 return VmMode::Proxy; in parseObjectPathAndGetMode()
87 return VmMode::Invalid; in parseObjectPathAndGetMode()
116 VmMode mode = parseObjectPathAndGetMode(item.first, resName); in findAndParseObject()
[all …]