Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.cpp340 auto mType = iface.find("Type"); in from() local
341 if (mType == iface.end()) in from()
347 auto type = std::visit(VariantToStringVisitor(), mType->second); in from()
/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp477 auto mType = std::get<std::string>( in createSensors() local
479 if (mType == "Polling") in createSensors()
483 else if (mType != "Event") in createSensors()
487 << mType << " for " << sensorName in createSensors()