Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.mako.cpp14 getFunc = "get::"
17 getFunc = "inventory::get::"
24 interfaceDict[serviceInterface]["getFunc"] = getFunc
59 getFunc = interfaceDict[serviceInterface]["getFunc"]
60 getFunc += sensor["readingType"]
76 getFunc = "get::" + valueReadingType + "<" + valueType + ">"
98 .getFunc = ${getFunc},
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py92 def getFunc(self, key, data): member in DataNode
111 val = self.getFunc(key, data)
121 val = "%s %s" % ((self.getFunc(key, data) or ""), groupd["value"])
124 val = "%s %s" % (groupd["value"], (self.getFunc(key, data) or ""))
127 val = "%s%s" % ((self.getFunc(key, data) or ""), groupd["value"])
130 val = "%s%s" % (groupd["value"], (self.getFunc(key, data) or ""))
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp179 std::function<GetSensorResponse(const Info&)> getFunc; member
183 getFunc; member
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp186 s.second.getFunc(s.first, s.second, props); in initSensorMatches()
619 sensorInfo.getFunc(sensorNum, sensorInfo, props); in ipmiSensorGetSensorReading()
631 iter->second.getFunc(iter->second); in ipmiSensorGetSensorReading()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp924 sensor->second.getFunc(sensor->second); in ipmiSenGetSensorReading()