Home
last modified time | relevance | path

Searched refs:clientConnection_ (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/snapcast/snapcast-0.25.0/client/
H A Dcontroller.cpp120clientConnection_->getNextMessage([this](const boost::system::error_code& ec, std::unique_ptr<msg:… in getNextMessage()
226 clientConnection_->send(info, [this](const boost::system::error_code& ec) { in getNextMessage()
264 clientConnection_->sendRequest<msg::Time>( in sendTimeSyncMessage()
347 clientConnection_ = make_unique<ClientConnection>(io_context_, settings_.server); in start()
354 clientConnection_ = make_unique<ClientConnection>(io_context_, settings_.server); in start()
369 clientConnection_->disconnect(); in reconnect()
384 clientConnection_->connect([this](const boost::system::error_code& ec) { in worker()
388 string macAddress = clientConnection_->getMacAddress(); in worker()
394 clientConnection_->sendRequest<msg::ServerSettings>( in worker()
H A Dcontroller.hpp68 std::unique_ptr<ClientConnection> clientConnection_; member in Controller