Searched refs:onHbTimeout (Results 1 – 2 of 2) sorted by relevance
60 void onHbTimeout(const std::weak_ptr<Subscription>& weakSelf,
137 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