Searched refs:thisConn (Results 1 – 3 of 3) sorted by relevance
306 bool Subscription::matchSseId(const crow::sse_socket::Connection& thisConn) in matchSseId() argument308 return &thisConn == sseConn; in matchSseId()
81 bool matchSseId(const crow::sse_socket::Connection& thisConn);
440 void deleteSseSubscription(const crow::sse_socket::Connection& thisConn) in deleteSseSubscription() argument445 bool entryIsThisConn = entry->matchSseId(thisConn); in deleteSseSubscription()