Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp93 return sensorInfo.propertyInterfaces.begin()->second.begin()->first; in nameProperty()
194 sensorInfo.propertyInterfaces.begin()->first, in readingAssertion()
195 sensorInfo.propertyInterfaces.begin()->second.begin()->first); in readingAssertion()
233 if (sensorInfo.propertyInterfaces.begin()->first == SensorValue::interface) in readingData()
261 sensorInfo.propertyInterfaces.begin()->first, in readingData()
262 sensorInfo.propertyInterfaces.begin()->second.begin()->first); in readingData()
404 sensorInfo.propertyInterfaces.begin()->second.begin()->first); in readingAssertion()
459 sensorInfo.propertyInterfaces.begin()->second.begin()->first); in readingData()
548 const auto& interface = sensorInfo.propertyInterfaces.begin(); in readingAssertion()
577 const auto& interface = sensorInfo.propertyInterfaces.begin(); in readingData()
H A Dsensordatahandler.cpp78 const auto& interfaceList = sensorInfo.propertyInterfaces; in mapDbusToAssertion()
122 const auto& interfaceList = sensorInfo.propertyInterfaces; in mapDbusToEventdata2()
227 const auto& interface = sensorInfo.propertyInterfaces.begin(); in eventdata()
249 const auto& interface = sensorInfo.propertyInterfaces.begin(); in assertion()
322 for (const auto& interface : sensorInfo.propertyInterfaces) in assertion()
407 sensorInfo.propertyInterfaces.begin()->first); in assertion()
424 sensorInfo.propertyInterfaces.begin()->first);
H A Dsensorhandler.cpp163 intf = s.second.propertyInterfaces.begin()->first]( in initSensorMatches()
186 s.second.propertyInterfaces.begin()->first, s.first); in initSensorMatches()
263 info.propertyInterfaces.begin()->first.c_str()); in find_openbmc_path()
601 sensorInfo.propertyInterfaces.begin()->first, in ipmiSensorGetSensorReading()
607 sensorInfo.propertyInterfaces.begin()->first, props); in ipmiSensorGetSensorReading()
849 if (info.propertyInterfaces.find(SensorValue::interface) == in ipmiSensorGetSensorThresholds()
850 info.propertyInterfaces.end()) in ipmiSensorGetSensorThresholds()
929 if (info.propertyInterfaces.find(SensorValue::interface) == in ipmiSenSetSensorThresholds()
930 info.propertyInterfaces.end()) in ipmiSenSetSensorThresholds()
1143 if (isAnalogSensor(info.propertyInterfaces.begin()->first)) in populateRecordFromDbus()
/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.cpp.mako107 .propertyInterfaces = {
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp189 DbusInterfaceMap propertyInterfaces; member
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp207 {"", {sensor.second.propertyInterfaces.begin()->first}}}; in getSensorSubtree()
H A Dsensorcommands.cpp1496 for (auto& offsetValMap : sensor->second.propertyInterfaces.begin() in ipmiSenGetSensorEventEnable()