Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp418 auto supportedProperty = object.find("Supported"); in getSupportedVrProfiles() local
419 if (supportedProperty == object.end() || in getSupportedVrProfiles()
427 std::get_if<std::vector<std::string>>(&supportedProperty->second); in getSupportedVrProfiles()