Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-hwmon/test/
H A Dhwmon_unittest.cpp9 EXPECT_FALSE(hwmon::getAttributes("invalid", attrs)); in TEST()
/openbmc/phosphor-hwmon/
H A Dhwmon.cpp6 bool getAttributes(const std::string& type, Attributes& attributes) in getAttributes() function
H A Dhwmon.hpp98 bool getAttributes(const std::string& type, Attributes& attributes);
H A Dsensor.cpp184 if (hwmon::getAttributes(_sensor.first, attrs)) in addValue()
H A Dmainloop.cpp212 if (!hwmon::getAttributes(sensor.first.first, attrs)) in getObject()
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py341 def getAttributes(self): member in Element
366 attributes = property(getAttributes, setAttributes)