Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp84 return sensorInfo.propertyInterfaces.begin()->second.begin()->first; in nameProperty()
185 sensorInfo.propertyInterfaces.begin()->first, in readingAssertion()
186 sensorInfo.propertyInterfaces.begin()->second.begin()->first); in readingAssertion()
215 if (sensorInfo.propertyInterfaces.begin()->first == in readingData()
241 sensorInfo.propertyInterfaces.begin()->first, in readingData()
242 sensorInfo.propertyInterfaces.begin()->second.begin()->first); in readingData()
375 sensorInfo.propertyInterfaces.begin()->second.begin()->first); in readingAssertion()
430 sensorInfo.propertyInterfaces.begin()->second.begin()->first); in readingData()
520 const auto& interface = sensorInfo.propertyInterfaces.begin(); in readingAssertion()
550 const auto& interface = sensorInfo.propertyInterfaces.begin(); in readingData()
H A Dsensordatahandler.cpp78 const auto& interfaceList = sensorInfo.propertyInterfaces; in mapDbusToAssertion()
111 const auto& interfaceList = sensorInfo.propertyInterfaces; in mapDbusToEventdata2()
206 const auto& interface = sensorInfo.propertyInterfaces.begin(); in eventdata()
228 const auto& interface = sensorInfo.propertyInterfaces.begin(); in assertion()
301 for (const auto& interface : sensorInfo.propertyInterfaces) in assertion()
386 sensorInfo.propertyInterfaces.begin()->first); in assertion()
403 sensorInfo.propertyInterfaces.begin()->first);
H A Dsensorhandler.cpp155 intf = s.second.propertyInterfaces.begin()->first]( in initSensorMatches()
178 s.second.propertyInterfaces.begin()->first, s.first); in initSensorMatches()
255 info.propertyInterfaces.begin()->first.c_str()); in find_openbmc_path()
593 sensorInfo.propertyInterfaces.begin()->first, in ipmiSensorGetSensorReading()
599 sensorInfo.propertyInterfaces.begin()->first, props); in ipmiSensorGetSensorReading()
843 if (info.propertyInterfaces.find(valueInterface) == in ipmiSensorGetSensorThresholds()
844 info.propertyInterfaces.end()) in ipmiSensorGetSensorThresholds()
925 if (info.propertyInterfaces.find(valueInterface) == in ipmiSenSetSensorThresholds()
926 info.propertyInterfaces.end()) in ipmiSenSetSensorThresholds()
1130 if (isAnalogSensor(info->propertyInterfaces.begin()->first)) in populate_record_from_dbus()
/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.mako.cpp107 .propertyInterfaces = {
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp188 DbusInterfaceMap propertyInterfaces; member
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp199 {"", {sensor.second.propertyInterfaces.begin()->first}}}; in getSensorSubtree()
H A Dsensorcommands.cpp1474 for (auto& offsetValMap : sensor->second.propertyInterfaces.begin() in ipmiSenGetSensorEventEnable()