Lines Matching refs:Subscription
55 Subscription::Subscription( in Subscription() function in redfish::Subscription
67 Subscription::Subscription(crow::sse_socket::Connection& connIn) : in Subscription() function in redfish::Subscription
73 void Subscription::resHandler(const std::shared_ptr<Subscription>& /*unused*/, in resHandler() argument
100 bool Subscription::sendEventToSubscriber(std::string&& msg) in sendEventToSubscriber()
117 std::bind_front(&Subscription::resHandler, this, in sendEventToSubscriber()
130 bool Subscription::sendTestEventLog() in sendTestEventLog()
157 void Subscription::filterAndSendEventLogs( in filterAndSendEventLogs()
211 void Subscription::filterAndSendReports(const std::string& reportId, in filterAndSendReports()
249 void Subscription::updateRetryConfig(uint32_t retryAttempts, in updateRetryConfig()
261 uint64_t Subscription::getEventSeqNum() const in getEventSeqNum()
266 bool Subscription::matchSseId(const crow::sse_socket::Connection& thisConn) in matchSseId()
273 boost::system::error_code Subscription::retryRespHandler(unsigned int respCode) in retryRespHandler()