Home
last modified time | relevance | path

Searched refs:endpoint_entry (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/osp/impl/quic/
Dquic_client.cc77 auto endpoint_entry = endpoint_map_.find(endpoint); in Connect() local
78 if (endpoint_entry != endpoint_map_.end()) { in Connect()
79 auto immediate_result = CreateProtocolConnection(endpoint_entry->second); in Connect()
/external/openscreen/osp/impl/
Dmessage_demuxer.cc142 auto endpoint_entry = buffers_.find(endpoint_id); in WatchMessageType() local
143 if (endpoint_entry != buffers_.end()) { in WatchMessageType()
144 for (auto& buffer : endpoint_entry->second) { in WatchMessageType()
/external/python/bumble/bumble/
Davdtp.py1295 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
/external/openscreen/osp/public/
Dmessage_demuxer.h102 endpoint_entry,
/external/cronet/net/dns/
Dmock_host_resolver.cc109 auto endpoint_entry = HostCache::Entry(OK, *ip_endpoints, aliases, in CreateCacheEntry() local
111 endpoint_entry.set_canonical_names(std::set{std::string(canonical_name)}); in CreateCacheEntry()
113 return endpoint_entry; in CreateCacheEntry()
118 endpoint_entry); in CreateCacheEntry()