Searched refs:getAttributes (Results 1 – 6 of 6) sorted by relevance
9 EXPECT_FALSE(hwmon::getAttributes("invalid", attrs)); in TEST()
6 bool getAttributes(const std::string& type, Attributes& attributes) in getAttributes() function
98 bool getAttributes(const std::string& type, Attributes& attributes);
184 if (hwmon::getAttributes(_sensor.first, attrs)) in addValue()
212 if (!hwmon::getAttributes(sensor.first.first, attrs)) in getObject()
341 def getAttributes(self): member in Element366 attributes = property(getAttributes, setAttributes)