Home
last modified time | relevance | path

Searched refs:endpoint_map_ (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/osp/impl/quic/
Dquic_client.cc77 auto endpoint_entry = endpoint_map_.find(endpoint); in Connect()
78 if (endpoint_entry != endpoint_map_.end()) { in Connect()
122 endpoint_map_[endpoint] = endpoint_id; in OnCryptoHandshakeComplete()
221 endpoint_map_.clear(); in CloseAllConnections()
Dquic_server.cc125 endpoint_map_[endpoint] = endpoint_id; in OnCryptoHandshakeComplete()
168 endpoint_map_.clear(); in CloseAllConnections()
Dquic_server.h87 std::map<IPEndpoint, uint64_t> endpoint_map_; variable
Dquic_client.h106 std::map<IPEndpoint, uint64_t> endpoint_map_; variable
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc217 EndpointState& state = ads_calld_->xds_client()->endpoint_map_[name_]; in OnTimerLocked()
727 for (const auto& p : xds_client()->endpoint_map_) { in AdsCallState()
1063 xds_client()->endpoint_map_[eds_resource_name]; in AcceptCdsUpdate()
1091 xds_client()->endpoint_map_[eds_service_name]; in AcceptEdsUpdate()
1810 endpoint_map_.clear(); in Orphan()
1937 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in WatchEndpointData()
1958 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in CancelEndpointDataWatch()
1963 endpoint_map_.erase(eds_service_name_str); in CancelEndpointDataWatch()
2111 for (const auto& p : endpoint_map_) { in NotifyOnErrorLocked()
Dxds_client.h315 std::map<std::string /*eds_service_name*/, EndpointState> endpoint_map_; variable