Lines Matching refs:weakRef
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()
534 std::weak_ptr<ExitAirTempSensor> weakRef = weak_from_this(); in setupMatches() local
539 [weakRef, in setupMatches()
541 auto self = weakRef.lock(); in setupMatches()
563 [weakRef](boost::system::error_code ec, in setupMatches()
570 auto self = weakRef.lock(); in setupMatches()
581 [weakRef](boost::system::error_code ec, const GetSubTreeType& subtree) { in setupMatches()
587 auto self = weakRef.lock(); in setupMatches()
608 [weakRef, cbPath](boost::system::error_code ec, in setupMatches()
615 auto self = weakRef.lock(); in setupMatches()