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.cpp538 std::vector<std::string> selectedProfiles = getSelectedProfiles(bus); in init() local
539 if (selectedProfiles.size()) in init()
564 if (std::find(selectedProfiles.begin(), in init()
565 selectedProfiles.end(), in init()
566 profile) != selectedProfiles.end()) in init()