Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp606 const std::string& cbPath = path; in setupMatches() local
608 [weakRef, cbPath](boost::system::error_code ec, in setupMatches()
613 "PATH", cbPath); in setupMatches()
623 cbPath, "VALUE", reading); in setupMatches()
624 self->powerReadings[cbPath] = reading; in setupMatches()
626 matches[0].first, cbPath, properties::interface, in setupMatches()