Searched refs:endpoint_entry (Results 1 – 5 of 5) sorted by relevance
77 auto endpoint_entry = endpoint_map_.find(endpoint); in Connect() local78 if (endpoint_entry != endpoint_map_.end()) { in Connect()79 auto immediate_result = CreateProtocolConnection(endpoint_entry->second); in Connect()
142 auto endpoint_entry = buffers_.find(endpoint_id); in WatchMessageType() local143 if (endpoint_entry != buffers_.end()) { in WatchMessageType()144 for (auto& buffer : endpoint_entry->second) { in WatchMessageType()
1295 for endpoint_entry in response.endpoints:1299 get_capabilities_response = await self.get_capabilities(endpoint_entry.seid)1302 endpoint_entry.seid,1303 endpoint_entry.media_type,1304 endpoint_entry.tsep,1305 endpoint_entry.in_use,1308 self.remote_endpoints[endpoint_entry.seid] = endpoint
102 endpoint_entry,
109 auto endpoint_entry = HostCache::Entry(OK, *ip_endpoints, aliases, in CreateCacheEntry() local111 endpoint_entry.set_canonical_names(std::set{std::string(canonical_name)}); in CreateCacheEntry()113 return endpoint_entry; in CreateCacheEntry()118 endpoint_entry); in CreateCacheEntry()