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.hpp228 const bool* activeValue = std::get_if<bool>(&value); in vmParseInterfaceObject() local
229 if (activeValue == nullptr) in vmParseInterfaceObject()
234 asyncResp->res.jsonValue["Inserted"] = *activeValue; in vmParseInterfaceObject()
236 if (*activeValue) in vmParseInterfaceObject()