Searched refs:getFunc (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | writesensor.mako.cpp | 14 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 D | ast.py | 92 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 D | types.hpp | 179 std::function<GetSensorResponse(const Info&)> getFunc; member 183 getFunc; member
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensorhandler.cpp | 186 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 D | sensorcommands.cpp | 924 sensor->second.getFunc(sensor->second); in ipmiSenGetSensorReading()
|