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.cpp416 auto mType = iface.find("Type"); in from() local
417 if (mType == iface.end()) in from()
423 auto type = std::visit(VariantToStringVisitor(), mType->second); in from()
473 auto mType = iface.find("Type"); in from() local
474 if (mType == iface.end()) in from()
480 auto type = std::visit(VariantToStringVisitor(), mType->second); in from()
/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp484 auto mType = std::get<std::string>( in createSensors() local
486 if (mType == "Polling") in createSensors()
490 else if (mType != "Event") in createSensors()
495 "TYPE", mType, "NAME", sensorName); in createSensors()