Searched refs:foundConnection (Results 1 – 1 of 1) sorted by relevance
1002 auto foundConnection = mConnections.find(connectionId); in send() local1003 bool isNewConnection = foundConnection == mConnections.end(); in send()1007 (now - foundConnection->second.lastSent > mRefreshInterval)) { in send()1024 foundConnection = mConnections.try_emplace( in send()1027 foundConnection->second.receiverConnectionId = receiverConnectionId; in send()1031 receiverConnectionId = foundConnection->second.receiverConnectionId; in send()1042 mConnections.erase(foundConnection); in send()1047 mConnections.erase(foundConnection); in send()1054 foundConnection->second.lastSent = now; in send()