Home
last modified time | relevance | path

Searched refs:RemoveConnection (Results 1 – 25 of 35) sorted by relevance

12

/external/openscreen/cast/common/channel/
Dvirtual_connection_router_unittest.cc106 EXPECT_TRUE(local_router_.RemoveConnection( in TEST_F()
112 EXPECT_TRUE(local_router_.RemoveConnection( in TEST_F()
118 EXPECT_TRUE(local_router_.RemoveConnection( in TEST_F()
124 EXPECT_FALSE(local_router_.RemoveConnection( in TEST_F()
126 EXPECT_FALSE(local_router_.RemoveConnection( in TEST_F()
128 EXPECT_FALSE(local_router_.RemoveConnection( in TEST_F()
Dconnection_namespace_handler.cc111 if (RemoveConnection(conn, VirtualConnection::kClosedBySelf)) { in CloseRemoteConnection()
244 if (RemoveConnection(conn, reason)) { in HandleClose()
306 bool ConnectionNamespaceHandler::RemoveConnection( in RemoveConnection() function in openscreen::cast::ConnectionNamespaceHandler
311 vc_router_->RemoveConnection(conn, reason); in RemoveConnection()
Dconnection_namespace_handler.h83 bool RemoveConnection(const VirtualConnection& conn,
Dvirtual_connection_router.h66 bool RemoveConnection(const VirtualConnection& virtual_connection,
Dvirtual_connection_router.cc41 bool VirtualConnectionRouter::RemoveConnection( in RemoveConnection() function in openscreen::cast::VirtualConnectionRouter
/external/cronet/tot/net/test/embedded_test_server/
Dhttp1_connection.cc74 server_delegate_->RemoveConnection(this); in HandleReadResult()
137 server_delegate_->RemoveConnection(this, connection_listener_); in FinishResponse()
Dhttp2_connection.cc226 embedded_test_server_->RemoveConnection(this); in HandleData()
321 embedded_test_server_->RemoveConnection(this); in SendInternal()
333 embedded_test_server_->RemoveConnection(this); in OnSendInternalDone()
/external/cronet/stable/net/test/embedded_test_server/
Dhttp1_connection.cc74 server_delegate_->RemoveConnection(this); in HandleReadResult()
137 server_delegate_->RemoveConnection(this, connection_listener_); in FinishResponse()
Dhttp2_connection.cc226 embedded_test_server_->RemoveConnection(this); in HandleData()
321 embedded_test_server_->RemoveConnection(this); in SendInternal()
333 embedded_test_server_->RemoveConnection(this); in OnSendInternalDone()
Dembedded_test_server.h398 void RemoveConnection(
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dchannel_manager.h125 virtual void RemoveConnection(hci_spec::ConnectionHandle handle) = 0;
Dfake_l2cap.h78 void RemoveConnection(hci_spec::ConnectionHandle handle) override;
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dgatt.h71 virtual void RemoveConnection(PeerId peer_id) = 0;
Dfake_layer.h111 void RemoveConnection(PeerId peer_id) override;
/external/openscreen/osp/impl/presentation/
Dpresentation_connection_unittest.cc223 controller_connection_manager_->RemoveConnection(&controller); in TEST_F()
224 receiver_connection_manager_->RemoveConnection(&receiver); in TEST_F()
Dpresentation_connection.cc172 void ConnectionManager::RemoveConnection(Connection* connection) { in RemoveConnection() function in openscreen::osp::ConnectionManager
/external/openscreen/osp/public/presentation/
Dpresentation_connection.h193 void RemoveConnection(Connection* connection);
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dl2cap_fuzztest.cc159 channel_manager_->RemoveConnection(kHandle); in ToggleConnection()
Dchannel_manager.cc60 void RemoveConnection(hci_spec::ConnectionHandle handle) override;
237 void ChannelManagerImpl::RemoveConnection(hci_spec::ConnectionHandle handle) { in RemoveConnection() function in bt::l2cap::ChannelManagerImpl
Dchannel_manager_test.cc874 chanmgr()->RemoveConnection(kTestHandle1); in TEST_F()
896 chanmgr()->RemoveConnection(kTestHandle1); in TEST_F()
926 chanmgr()->RemoveConnection(kTestHandle1); in TEST_F()
965 chanmgr()->RemoveConnection(kTestHandle1); in TEST_F()
1043 chanmgr()->RemoveConnection(kTestHandle1); // Triggers ClosedCallback. in TEST_F()
1374 chanmgr()->RemoveConnection(kTestHandle1); in TEST_F()
1384 chanmgr()->RemoveConnection(kTestHandle1); in TEST_F()
1793 chanmgr()->RemoveConnection(kTestHandle1); in TEST_F()
2408 chanmgr()->RemoveConnection(kTestHandle1); in TEST_F()
2468 chanmgr()->RemoveConnection(kTestHandle1); in TEST_F()
[all …]
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/
Dsocket_factory_l2cap_integration_test.cc249 chanmgr()->RemoveConnection(kLinkHandle); in TEST_F()
/external/webrtc/rtc_base/
Dvirtual_socket_server.cc175 server->RemoveConnection(local_addr, remote_addr); in SetNotAlive()
884 void VirtualSocketServer::RemoveConnection(const SocketAddress& local, in RemoveConnection() function in rtc::VirtualSocketServer
946 RemoveConnection(remote_addr, local_addr); in Disconnect()
947 RemoveConnection(local_addr, remote_addr); in Disconnect()
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dfake_layer.cc97 void FakeLayer::RemoveConnection(PeerId peer_id) { peers_.erase(peer_id); } in RemoveConnection() function in bt::gatt::testing::FakeLayer
Dgatt.cc115 void RemoveConnection(PeerId peer_id) override { in RemoveConnection() function in bt::gatt::__anon1d2356b10111::Impl
/external/webrtc/p2p/base/
Dp2p_transport_channel.cc237 RemoveConnection(connection); in ~P2PTransportChannel()
1717 RemoveConnection(connection); in RemoveConnectionForTest()
2126 RemoveConnection(connection); in HandleAllTimedOut()
2269 RemoveConnection(connection); in OnConnectionDestroyed()
2290 void P2PTransportChannel::RemoveConnection(const Connection* connection) { in RemoveConnection() function in cricket::P2PTransportChannel

12