Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp126 std::variant<std::string> variantResp; in getSelectedProfiles() local
130 resp.read(variantResp); in getSelectedProfiles()
136 std::string mode = std::get<std::string>(variantResp); in getSelectedProfiles()