Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/test/
H A Ddbus_util_unittest.cpp102 EXPECT_THAT(getZoneIndex("a", zones), Eq(0)); in TEST()
114 EXPECT_THAT(getZoneIndex("a", zones), Eq(0)); in TEST()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusutil.hpp45 int64_t getZoneIndex(const std::string& name,
H A Ddbusutil.cpp64 int64_t getZoneIndex(const std::string& name, in getZoneIndex() function
H A Ddbusconfiguration.cpp639 auto index = getZoneIndex(name, foundZones); in init()
682 auto index = getZoneIndex(zone, foundZones); in init()
964 auto index = getZoneIndex(zone, foundZones); in init()