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.hpp42 enum class VmMode enum
49 inline VmMode parseObjectPathAndGetMode( in parseObjectPathAndGetMode()
57 return VmMode::Invalid; in parseObjectPathAndGetMode()
62 return VmMode::Invalid; in parseObjectPathAndGetMode()
70 return VmMode::Invalid; in parseObjectPathAndGetMode()
75 return VmMode::Invalid; in parseObjectPathAndGetMode()
80 return VmMode::Legacy; in parseObjectPathAndGetMode()
84 return VmMode::Proxy; in parseObjectPathAndGetMode()
86 return VmMode::Invalid; in parseObjectPathAndGetMode()
115 VmMode mode = parseObjectPathAndGetMode(item.first, resName); in findAndParseObject()
[all …]