Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp644 auto ptrZoneIndex = std::get_if<double>(&(findZoneIndex->second)); in init() local
645 if (!ptrZoneIndex) in init()
650 auto desiredIndex = static_cast<int64_t>(*ptrZoneIndex); in init()