Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp227 const bool* activeValue = std::get_if<bool>(&value); in vmParseInterfaceObject() local
228 if (activeValue == nullptr) in vmParseInterfaceObject()
233 asyncResp->res.jsonValue["Inserted"] = *activeValue; in vmParseInterfaceObject()
235 if (*activeValue) in vmParseInterfaceObject()