Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp566 std::vector<std::string> selectedProfiles = getSelectedProfiles(bus); in init() local
567 if (selectedProfiles.size()) in init()
592 if (std::find(selectedProfiles.begin(), in init()
593 selectedProfiles.end(), profile) != in init()
594 selectedProfiles.end()) in init()