Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.cpp354 auto mBus = iface.find("Bus"); in from() local
356 if (mAddress == iface.end() || mBus == iface.end() || mName == iface.end()) in from()
371 auto sBus = std::visit(VariantToStringVisitor(), mBus->second); in from()