/external/openscreen/cast/common/channel/ |
D | virtual_connection_router_unittest.cc | 79 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 …]
|
D | cast_socket_message_port.cc | 74 router_->AddConnection(connection, VirtualConnection::AssociatedData{}); in PostMessage()
|
D | virtual_connection_router.h | 61 void AddConnection(VirtualConnection virtual_connection,
|
D | connection_namespace_handler.cc | 234 vc_router_->AddConnection(std::move(virtual_conn), std::move(data)); in HandleConnect() 265 vc_router_->AddConnection(conn, in HandleConnectedResponse()
|
D | virtual_connection_router.cc | 24 void VirtualConnectionRouter::AddConnection( in AddConnection() function in openscreen::cast::VirtualConnectionRouter
|
/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
D | gatt_test.cc | 167 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/ |
D | ice_controller_interface.h | 99 virtual void AddConnection(const Connection* connection) = 0;
|
D | mock_ice_controller.h | 33 MOCK_METHOD(void, AddConnection, (const cricket::Connection*), (override));
|
D | basic_ice_controller.h | 33 void AddConnection(const Connection* connection) override;
|
D | wrapping_active_ice_controller.cc | 78 wrapped_->AddConnection(connection); in OnConnectionAdded()
|
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/ |
D | gatt.h | 66 virtual void AddConnection(PeerId peer_id,
|
D | fake_layer.h | 108 void AddConnection(PeerId peer_id,
|
/external/openscreen/osp/impl/presentation/ |
D | presentation_connection_unittest.cc | 172 controller_connection_manager_->AddConnection(&controller); in TEST_F() 173 receiver_connection_manager_->AddConnection(&receiver); in TEST_F()
|
D | presentation_controller.cc | 244 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()
|
D | presentation_receiver.cc | 413 connection_manager_->AddConnection(connection); in OnPresentationStarted() 442 connection_manager_->AddConnection(connection); in OnConnectionCreated()
|
D | presentation_connection.cc | 165 void ConnectionManager::AddConnection(Connection* connection) { in AddConnection() function in openscreen::osp::ConnectionManager
|
/external/armnn/src/timelineDecoder/ |
D | JSONTimelineDecoder.hpp | 35 void AddConnection(JSONEntity& headEntity, JSONEntity& connectedEntity);
|
D | JSONTimelineDecoder.cpp | 209 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/ |
D | server.h | 54 bool AddConnection(l2cap::Channel::WeakPtr channel);
|
/external/openscreen/osp/public/presentation/ |
D | presentation_connection.h | 192 void AddConnection(Connection* connection);
|
D | presentation_controller.h | 173 void AddConnection(Connection* connection);
|
/external/armnn/src/profiling/test/ |
D | TimelineModel.hpp | 105 void AddConnection(const Connection& connection) in AddConnection() function in arm::pipe::Entity
|
/external/openscreen/cast/sender/ |
D | cast_platform_client.cc | 76 virtual_conn_router_->AddConnection(virtual_conn, in RequestAppAvailability()
|
/external/cronet/stable/net/test/embedded_test_server/ |
D | embedded_test_server.cc | 1060 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/ |
D | embedded_test_server.cc | 1060 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
|