Searched refs:ConnectionObserver (Results 1 – 2 of 2) sorted by relevance
48 class ConnectionObserver : public sigslot::has_slots<> { class50 explicit ConnectionObserver(Connection* conn) : conn_(conn) { in ConnectionObserver() function in ConnectionObserver51 conn->SignalDestroyed.connect(this, &ConnectionObserver::OnDestroyed); in ConnectionObserver()54 ~ConnectionObserver() { in ~ConnectionObserver()153 ConnectionObserver observer(conn); in TEST_F()
175 class ConnectionObserver final : public ProtocolConnection::Observer { class in openscreen::osp::DemoConnectionServerObserver177 explicit ConnectionObserver(DemoConnectionServerObserver* parent) in ConnectionObserver() function in openscreen::osp::DemoConnectionServerObserver::ConnectionObserver179 ~ConnectionObserver() override = default;186 [this](const std::pair<std::unique_ptr<ConnectionObserver>, in OnConnectionClosed()208 auto observer = std::make_unique<ConnectionObserver>(this); in OnIncomingConnection()215 std::vector<std::pair<std::unique_ptr<ConnectionObserver>,