Searched refs:thisConn (Results 1 – 3 of 3) sorted by relevance
389 bool Subscription::matchSseId(const crow::sse_socket::Connection& thisConn) in matchSseId() argument391 return &thisConn == sseConn; in matchSseId()
102 bool matchSseId(const crow::sse_socket::Connection& thisConn);
547 void deleteSseSubscription(const crow::sse_socket::Connection& thisConn) in deleteSseSubscription() argument552 bool entryIsThisConn = entry->matchSseId(thisConn); in deleteSseSubscription()