/external/openscreen/cast/common/channel/ |
D | virtual_connection_router_unittest.cc | 106 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()
|
D | connection_namespace_handler.cc | 111 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()
|
D | connection_namespace_handler.h | 83 bool RemoveConnection(const VirtualConnection& conn,
|
D | virtual_connection_router.h | 66 bool RemoveConnection(const VirtualConnection& virtual_connection,
|
D | virtual_connection_router.cc | 41 bool VirtualConnectionRouter::RemoveConnection( in RemoveConnection() function in openscreen::cast::VirtualConnectionRouter
|
/external/cronet/tot/net/test/embedded_test_server/ |
D | http1_connection.cc | 74 server_delegate_->RemoveConnection(this); in HandleReadResult() 137 server_delegate_->RemoveConnection(this, connection_listener_); in FinishResponse()
|
D | http2_connection.cc | 226 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/ |
D | http1_connection.cc | 74 server_delegate_->RemoveConnection(this); in HandleReadResult() 137 server_delegate_->RemoveConnection(this, connection_listener_); in FinishResponse()
|
D | http2_connection.cc | 226 embedded_test_server_->RemoveConnection(this); in HandleData() 321 embedded_test_server_->RemoveConnection(this); in SendInternal() 333 embedded_test_server_->RemoveConnection(this); in OnSendInternalDone()
|
D | embedded_test_server.h | 398 void RemoveConnection(
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/ |
D | channel_manager.h | 125 virtual void RemoveConnection(hci_spec::ConnectionHandle handle) = 0;
|
D | fake_l2cap.h | 78 void RemoveConnection(hci_spec::ConnectionHandle handle) override;
|
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/ |
D | gatt.h | 71 virtual void RemoveConnection(PeerId peer_id) = 0;
|
D | fake_layer.h | 111 void RemoveConnection(PeerId peer_id) override;
|
/external/openscreen/osp/impl/presentation/ |
D | presentation_connection_unittest.cc | 223 controller_connection_manager_->RemoveConnection(&controller); in TEST_F() 224 receiver_connection_manager_->RemoveConnection(&receiver); in TEST_F()
|
D | presentation_connection.cc | 172 void ConnectionManager::RemoveConnection(Connection* connection) { in RemoveConnection() function in openscreen::osp::ConnectionManager
|
/external/openscreen/osp/public/presentation/ |
D | presentation_connection.h | 193 void RemoveConnection(Connection* connection);
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
D | l2cap_fuzztest.cc | 159 channel_manager_->RemoveConnection(kHandle); in ToggleConnection()
|
D | channel_manager.cc | 60 void RemoveConnection(hci_spec::ConnectionHandle handle) override; 237 void ChannelManagerImpl::RemoveConnection(hci_spec::ConnectionHandle handle) { in RemoveConnection() function in bt::l2cap::ChannelManagerImpl
|
D | channel_manager_test.cc | 874 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/ |
D | socket_factory_l2cap_integration_test.cc | 249 chanmgr()->RemoveConnection(kLinkHandle); in TEST_F()
|
/external/webrtc/rtc_base/ |
D | virtual_socket_server.cc | 175 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/ |
D | fake_layer.cc | 97 void FakeLayer::RemoveConnection(PeerId peer_id) { peers_.erase(peer_id); } in RemoveConnection() function in bt::gatt::testing::FakeLayer
|
D | gatt.cc | 115 void RemoveConnection(PeerId peer_id) override { in RemoveConnection() function in bt::gatt::__anon1d2356b10111::Impl
|
/external/webrtc/p2p/base/ |
D | p2p_transport_channel.cc | 237 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
|