Home
last modified time | relevance | path

Searched refs:AddConnection (Results 1 – 25 of 38) sorted by relevance

12

/external/openscreen/cast/common/channel/
Dvirtual_connection_router_unittest.cc79 local_router_.AddConnection(vc1_, std::move(data1)); in TEST_F()
85 local_router_.AddConnection(vc2_, std::move(data2)); in TEST_F()
91 local_router_.AddConnection(vc3_, std::move(data3)); in TEST_F()
102 local_router_.AddConnection(vc1_, std::move(data1)); in TEST_F()
103 local_router_.AddConnection(vc2_, std::move(data2)); in TEST_F()
104 local_router_.AddConnection(vc3_, std::move(data3)); in TEST_F()
137 local_router_.AddConnection(vc1_, std::move(data1)); in TEST_F()
138 local_router_.AddConnection(vc2_, std::move(data2)); in TEST_F()
139 local_router_.AddConnection(vc3_, std::move(data3)); in TEST_F()
149 local_router_.AddConnection(vc1_, std::move(data1)); in TEST_F()
[all …]
Dcast_socket_message_port.cc74 router_->AddConnection(connection, VirtualConnection::AssociatedData{}); in PostMessage()
Dvirtual_connection_router.h61 void AddConnection(VirtualConnection virtual_connection,
Dconnection_namespace_handler.cc234 vc_router_->AddConnection(std::move(virtual_conn), std::move(data)); in HandleConnect()
265 vc_router_->AddConnection(conn, in HandleConnectedResponse()
Dvirtual_connection_router.cc24 void VirtualConnectionRouter::AddConnection( in AddConnection() function in openscreen::cast::VirtualConnectionRouter
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dgatt_test.cc167 gatt()->AddConnection(kPeerId, take_client(), CreateMockServer); in TEST_F()
262 gatt()->AddConnection(kPeerId0, std::move(client_0), CreateMockServer); in TEST_F()
308 gatt()->AddConnection(kPeerId1, std::move(client_1), CreateMockServer); in TEST_F()
401 gatt()->AddConnection(kPeerId, take_client(), std::move(mock_server_factory)); in TEST_F()
433 gatt()->AddConnection(kPeerId, take_client(), std::move(mock_server_factory)); in TEST_P()
499 gatt()->AddConnection(kPeerId, take_client(), std::move(mock_server_factory)); in TEST_F()
556 gatt()->AddConnection(kPeerId0, take_client(), CreateMockServer); in TEST_F()
575 gatt()->AddConnection(kPeerId1, std::move(client_2), CreateMockServer); in TEST_F()
604 gatt()->AddConnection(kPeerId0, take_client(), CreateMockServer); in TEST_F()
639 gatt()->AddConnection( in TEST_F()
[all …]
/external/webrtc/p2p/base/
Dice_controller_interface.h99 virtual void AddConnection(const Connection* connection) = 0;
Dmock_ice_controller.h33 MOCK_METHOD(void, AddConnection, (const cricket::Connection*), (override));
Dbasic_ice_controller.h33 void AddConnection(const Connection* connection) override;
Dwrapping_active_ice_controller.cc78 wrapped_->AddConnection(connection); in OnConnectionAdded()
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dgatt.h66 virtual void AddConnection(PeerId peer_id,
Dfake_layer.h108 void AddConnection(PeerId peer_id,
/external/openscreen/osp/impl/presentation/
Dpresentation_connection_unittest.cc172 controller_connection_manager_->AddConnection(&controller); in TEST_F()
173 receiver_connection_manager_->AddConnection(&receiver); in TEST_F()
Dpresentation_controller.cc244 controller_->AddConnection(request->connection.get()); in OnMatchedResponse()
692 void Controller::AddConnection(Connection* connection) { in AddConnection() function in openscreen::osp::Controller
693 connection_manager_->AddConnection(connection); in AddConnection()
716 AddConnection(connection.get()); in OpenConnection()
Dpresentation_receiver.cc413 connection_manager_->AddConnection(connection); in OnPresentationStarted()
442 connection_manager_->AddConnection(connection); in OnConnectionCreated()
Dpresentation_connection.cc165 void ConnectionManager::AddConnection(Connection* connection) { in AddConnection() function in openscreen::osp::ConnectionManager
/external/armnn/src/timelineDecoder/
DJSONTimelineDecoder.hpp35 void AddConnection(JSONEntity& headEntity, JSONEntity& connectedEntity);
DJSONTimelineDecoder.cpp209 headEntity.AddConnection(headEntity, tailEntity); in HandleConnectionLabel()
361 void JSONTimelineDecoder::JSONEntity::AddConnection(JSONEntity& headEntity, JSONEntity& connectedEn… in AddConnection() function in armnn::timelinedecoder::JSONTimelineDecoder::JSONEntity
/external/pigweed/pw_bluetooth_sapphire/host/sdp/public/pw_bluetooth_sapphire/internal/host/sdp/
Dserver.h54 bool AddConnection(l2cap::Channel::WeakPtr channel);
/external/openscreen/osp/public/presentation/
Dpresentation_connection.h192 void AddConnection(Connection* connection);
Dpresentation_controller.h173 void AddConnection(Connection* connection);
/external/armnn/src/profiling/test/
DTimelineModel.hpp105 void AddConnection(const Connection& connection) in AddConnection() function in arm::pipe::Entity
/external/openscreen/cast/sender/
Dcast_platform_client.cc76 virtual_conn_router_->AddConnection(virtual_conn, in RequestAppAvailability()
/external/cronet/stable/net/test/embedded_test_server/
Dembedded_test_server.cc1060 AddConnection(std::move(socket_ptr))->OnSocketReady(); in HandleAcceptResult()
1067 HttpConnection* connection = AddConnection(std::move(socket_ptr)); in HandleAcceptResult()
1076 HttpConnection* EmbeddedTestServer::AddConnection( in AddConnection() function in net::test_server::EmbeddedTestServer
/external/cronet/tot/net/test/embedded_test_server/
Dembedded_test_server.cc1060 AddConnection(std::move(socket_ptr))->OnSocketReady(); in HandleAcceptResult()
1067 HttpConnection* connection = AddConnection(std::move(socket_ptr)); in HandleAcceptResult()
1076 HttpConnection* EmbeddedTestServer::AddConnection( in AddConnection() function in net::test_server::EmbeddedTestServer

12