Home
last modified time | relevance | path

Searched defs:weakSelf (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/http/
H A Dserver_sent_event.hpp238 std::weak_ptr<Connection> weakSelf = weak_from_this(); in startTimeout() local
244 void onTimeoutCallback(const std::weak_ptr<Connection>& weakSelf, in onTimeoutCallback()
H A Dhttp_client.hpp419 static void onTimeout(const std::weak_ptr<ConnectionInfo>& weakSelf, in onTimeout()
797 static void afterSendData(const std::weak_ptr<ConnectionPool>& weakSelf, in afterSendData()
H A Dhttp_connection.hpp689 std::weak_ptr<Connection<Adaptor, Handler>> weakSelf = weak_from_this(); in startDeadline() local
/openbmc/telemetry/src/
H A Dsensor.cpp143 void Sensor::signalProc(const std::weak_ptr<Sensor>& weakSelf, in signalProc()