Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp547 auto profilesFind = confIt->second.find("Profiles"); in init() local
548 if (profilesFind == confIt->second.end()) in init()
554 std::get<std::vector<std::string>>(profilesFind->second); in init()