| /openbmc/dbus-sensors/src/adc/ |
| H A D | ADCSensor.cpp | 120 std::weak_ptr<ADCSensor> weakRef = weak_from_this(); in setupRead() local 132 [weakRef, buffer](const boost::system::error_code& ec) { in setupRead() 133 std::shared_ptr<ADCSensor> self = weakRef.lock(); in setupRead() 143 [weakRef, buffer](const boost::system::error_code& ec, in setupRead() 145 std::shared_ptr<ADCSensor> self = weakRef.lock(); in setupRead() 159 [weakRef, buffer](const boost::system::error_code& ec, in setupRead() 161 std::shared_ptr<ADCSensor> self = weakRef.lock(); in setupRead() 173 std::weak_ptr<ADCSensor> weakRef = weak_from_this(); in restartRead() local 175 waitTimer.async_wait([weakRef](const boost::system::error_code& ec) { in restartRead() 176 std::shared_ptr<ADCSensor> self = weakRef.lock(); in restartRead() [all …]
|
| /openbmc/dbus-sensors/src/fan/ |
| H A D | PresenceGpio.cpp | 94 std::weak_ptr<EventPresenceGpio> weakRef = weak_from_this(); in monitorPresence() local 97 [weakRef](const boost::system::error_code& ec) { in monitorPresence() 98 std::shared_ptr<EventPresenceGpio> self = weakRef.lock(); in monitorPresence() 151 const std::weak_ptr<PollingPresenceGpio>& weakRef, in pollTimerHandler() argument 154 std::shared_ptr<PollingPresenceGpio> self = weakRef.lock(); in pollTimerHandler() 184 std::weak_ptr<PollingPresenceGpio> weakRef = weak_from_this(); in monitorPresence() local 186 pollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in monitorPresence() 187 pollTimerHandler(weakRef, ec); in monitorPresence()
|
| H A D | TachSensor.cpp | 118 std::weak_ptr<TachSensor> weakRef = weak_from_this(); in setupRead() local 121 [weakRef](const boost::system::error_code& ec, std::size_t bytesRead) { in setupRead() 122 std::shared_ptr<TachSensor> self = weakRef.lock(); in setupRead() 132 std::weak_ptr<TachSensor> weakRef = weak_from_this(); in restartRead() local 134 waitTimer.async_wait([weakRef](const boost::system::error_code& ec) { in restartRead() 139 std::shared_ptr<TachSensor> self = weakRef.lock(); in restartRead()
|
| H A D | PresenceGpio.hpp | 91 const std::weak_ptr<PollingPresenceGpio>& weakRef,
|
| /openbmc/dbus-sensors/src/hwmon-temp/ |
| H A D | HwmonTempSensor.cpp | 144 std::weak_ptr<HwmonTempSensor> weakRef = weak_from_this(); in setupRead() local 147 [weakRef](const boost::system::error_code& ec, std::size_t bytesRead) { in setupRead() 148 std::shared_ptr<HwmonTempSensor> self = weakRef.lock(); in setupRead() 158 std::weak_ptr<HwmonTempSensor> weakRef = weak_from_this(); in restartRead() local 160 waitTimer.async_wait([weakRef](const boost::system::error_code& ec) { in restartRead() 165 std::shared_ptr<HwmonTempSensor> self = weakRef.lock(); in restartRead()
|
| /openbmc/dbus-sensors/src/ipmb/ |
| H A D | IpmbSDRSensor.cpp | 49 std::weak_ptr<IpmbSDRDevice> weakRef = weak_from_this(); in getSDRRepositoryInfo() local 52 [weakRef](boost::system::error_code ec, in getSDRRepositoryInfo() 54 auto self = weakRef.lock(); in getSDRRepositoryInfo() 92 std::weak_ptr<IpmbSDRDevice> weakRef = weak_from_this(); in reserveSDRRepository() local 95 [weakRef, recordCount](boost::system::error_code ec, in reserveSDRRepository() 97 auto self = weakRef.lock(); in reserveSDRRepository() 133 std::weak_ptr<IpmbSDRDevice> weakRef = weak_from_this(); in getSDRSensorData() local 141 [weakRef, recordCount, resrvIDLSB, resrvIDMSB]( in getSDRSensorData() 143 auto self = weakRef.lock(); in getSDRSensorData()
|
| H A D | IpmbSensor.cpp | 130 static void initCmdCb(const std::weak_ptr<IpmbSensor>& weakRef, in initCmdCb() argument 134 std::shared_ptr<IpmbSensor> self = weakRef.lock(); in initCmdCb() 154 [weakRef{weak_from_this()}](const boost::system::error_code& ec, in runInitCmd() 156 initCmdCb(weakRef, ec, response); in runInitCmd() 477 [weakRef{weak_from_this()}](const boost::system::error_code& ec) { in read() 482 std::shared_ptr<IpmbSensor> self = weakRef.lock(); in read() 500 [weakRef{weak_from_this()}](boost::system::error_code ec, in sendIpmbRequest() 502 std::shared_ptr<IpmbSensor> self = weakRef.lock(); in sendIpmbRequest()
|
| /openbmc/dbus-sensors/src/exit-air/ |
| H A D | ExitAirTempSensor.cpp | 203 std::weak_ptr<CFMSensor> weakRef = weak_from_this(); in setupMatches() local 206 [weakRef](const double& value, sdbusplus::message_t& message) { in setupMatches() 207 auto self = weakRef.lock(); in setupMatches() 226 [weakRef](const boost::system::error_code ec, in setupMatches() 228 auto self = weakRef.lock(); in setupMatches() 257 [weakRef](sdbusplus::message_t& message) { in setupMatches() 258 auto self = weakRef.lock(); in setupMatches() 310 std::weak_ptr<CFMSensor> weakRef = weak_from_this(); in addTachRanges() local 312 [weakRef, path](const boost::system::error_code ec, in addTachRanges() 320 auto self = weakRef.lock(); in addTachRanges() [all …]
|
| /openbmc/dbus-sensors/src/intel-cpu/ |
| H A D | IntelCPUSensor.cpp | 127 std::weak_ptr<IntelCPUSensor> weakRef = weak_from_this(); in restartRead() local 129 waitTimer.async_wait([weakRef](const boost::system::error_code& ec) { in restartRead() 135 std::shared_ptr<IntelCPUSensor> self = weakRef.lock(); in restartRead() 175 std::weak_ptr<IntelCPUSensor> weakRef = weak_from_this(); in setupRead() local 177 [weakRef](const boost::system::error_code& ec) { in setupRead() 179 weakRef.lock(); in setupRead()
|
| /openbmc/phosphor-net-ipmid/sol/ |
| H A D | sol_context.cpp | 64 std::weak_ptr<Context> weakRef = weak_from_this(); in enableAccumulateTimer() local 66 [weakRef](const boost::system::error_code& ec) { in enableAccumulateTimer() 67 std::shared_ptr<Context> self = weakRef.lock(); in enableAccumulateTimer() 87 std::weak_ptr<Context> weakRef = weak_from_this(); in enableRetryTimer() local 88 retryTimer.async_wait([weakRef](const boost::system::error_code& ec) { in enableRetryTimer() 89 std::shared_ptr<Context> self = weakRef.lock(); in enableRetryTimer()
|
| /openbmc/dbus-sensors/src/intrusion/ |
| H A D | ChassisIntrusionSensor.cpp | 143 std::weak_ptr<ChassisIntrusionPchSensor> weakRef = weak_from_this(); in pollSensorStatus() local 148 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus() 156 std::shared_ptr<ChassisIntrusionPchSensor> self = weakRef.lock(); in pollSensorStatus() 252 std::weak_ptr<ChassisIntrusionHwmonSensor> weakRef = weak_from_this(); in pollSensorStatus() local 257 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus() 265 std::shared_ptr<ChassisIntrusionHwmonSensor> self = weakRef.lock(); in pollSensorStatus()
|
| /openbmc/dbus-sensors/src/psu/ |
| H A D | PSUEvent.cpp | 205 std::weak_ptr<PSUSubEvent> weakRef = weak_from_this(); in setupRead() local 208 [weakRef, buffer{buffer}](const boost::system::error_code& ec, in setupRead() 210 std::shared_ptr<PSUSubEvent> self = weakRef.lock(); in setupRead() 220 std::weak_ptr<PSUSubEvent> weakRef = weak_from_this(); in restartRead() local 222 waitTimer.async_wait([weakRef](const boost::system::error_code& ec) { in restartRead() 227 std::shared_ptr<PSUSubEvent> self = weakRef.lock(); in restartRead()
|
| H A D | PSUSensor.cpp | 184 std::weak_ptr<PSUSensor> weakRef = weak_from_this(); in restartRead() local 186 waitTimer.async_wait([weakRef](const boost::system::error_code& ec) { in restartRead() 192 std::shared_ptr<PSUSensor> self = weakRef.lock(); in restartRead()
|
| /openbmc/dbus-sensors/src/ |
| H A D | Utils.cpp | 622 const std::weak_ptr<sdbusplus::asio::dbus_interface>& weakRef, in setInventoryAssociation() argument 625 auto association = weakRef.lock(); in setInventoryAssociation() 684 std::weak_ptr<sdbusplus::asio::dbus_interface> weakRef = association; in createInventoryAssoc() local 686 [weakRef, path](const boost::system::error_code ec, in createInventoryAssoc() 697 setInventoryAssociation(weakRef, parent, parent); in createInventoryAssoc() 701 weakRef, parent, in createInventoryAssoc()
|
| /openbmc/s2600wf-misc/subprojects/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 645 [weakRef{weak_from_this()}](const bool req, bool& val) { in createInterface() 646 auto self = weakRef.lock(); in createInterface()
|
| /openbmc/s2600wf-misc/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 645 [weakRef{weak_from_this()}](const bool req, bool& val) { in createInterface() 646 auto self = weakRef.lock(); in createInterface()
|