Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp610 auto findZoneIndex = zone.find("ZoneIndex"); in init() local
611 if (findZoneIndex == zone.end()) in init()
616 auto ptrZoneIndex = std::get_if<double>(&(findZoneIndex->second)); in init()