Home
last modified time | relevance | path

Searched refs:OnClosedByRemote (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/osp/impl/presentation/
Dpresentation_connection.cc91 void Connection::OnClosedByRemote() { in OnClosedByRemote() function in openscreen::osp::Connection
93 delegate_->OnClosedByRemote(); in OnClosedByRemote()
237 connection->OnClosedByRemote(); in OnStreamMessage()
273 connection->OnClosedByRemote(); in OnStreamMessage()
Dpresentation_connection_unittest.cc119 receiver.OnClosedByRemote(); in TEST_F()
131 controller.OnClosedByRemote(); in TEST_F()
218 EXPECT_CALL(mock_controller_delegate, OnClosedByRemote()); in TEST_F()
/external/openscreen/osp/public/presentation/
Dpresentation_connection.h71 virtual void OnClosedByRemote() = 0;
164 void OnClosedByRemote();
/external/openscreen/osp/impl/presentation/testing/
Dmock_connection_delegate.h19 MOCK_METHOD0(OnClosedByRemote, void());
/external/openscreen/osp/demo/
Dosp_demo.cc243 void OnClosedByRemote() override { in OnClosedByRemote() function in openscreen::osp::DemoConnectionDelegate
264 void OnClosedByRemote() override { in OnClosedByRemote() function in openscreen::osp::DemoReceiverConnectionDelegate