Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dserver_sent_event_impl.hpp226 std::weak_ptr<Connection> weakSelf = weak_from_this(); in startTimeout() local
232 void onTimeoutCallback(const std::weak_ptr<Connection>& weakSelf, in onTimeoutCallback()
H A Dhttp_connection.hpp852 void afterTimerWait(const std::weak_ptr<self_type>& weakSelf, in afterTimerWait()
902 std::weak_ptr<Connection<Adaptor, Handler>> weakSelf = weak_from_this(); in startDeadline() local
H A Dhttp_client.hpp425 static void onTimeout(const std::weak_ptr<ConnectionInfo>& weakSelf, in onTimeout()
805 static void afterSendData(const std::weak_ptr<ConnectionPool>& weakSelf, in afterSendData()
/openbmc/telemetry/src/
H A Dsensor.cpp144 void Sensor::signalProc(const std::weak_ptr<Sensor>& weakSelf, in signalProc()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp149 void Subscription::onHbTimeout(const std::weak_ptr<Subscription>& weakSelf, in onHbTimeout()