Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp60 void onHbTimeout(const std::weak_ptr<Subscription>& weakSelf,
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp137 std::bind_front(&Subscription::onHbTimeout, this, weak_from_this())); in scheduleNextHeartbeatEvent()
150 void Subscription::onHbTimeout(const std::weak_ptr<Subscription>& weakSelf, in onHbTimeout() function in redfish::Subscription