Home
last modified time | relevance | path

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

/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/server/
H A DWebSocketServer.cpp266 this->RespondWithOptions( in HandleAuthentication()
649 this->RespondWithOptions(connection, request, options); in RespondWithPlaybackOverview()
805 this->RespondWithOptions(connection, request, { in RespondWithPlayQueueTracks()
866 this->RespondWithOptions(connection, request, { in RespondWithPlayQueueTracks()
905 this->RespondWithOptions(connection, request, { in RespondWithQueryAlbums()
1182 this->RespondWithOptions(connection, request, { in RespondWithCurrentTime()
1399 this->RespondWithOptions(connection, request, { in RespondWithListOutputDrivers()
1429 this->RespondWithOptions(connection, request, { in RespondWithGetGainSettings()
1476 this->RespondWithOptions(connection, request, { in RespondWithGetEqualizerSettings()
1506 this->RespondWithOptions(connection, request, { in RespondWithGetTransportType()
[all …]
H A DWebSocketServer.h134 void RespondWithOptions(connection_hdl connection, json& request, json& options);
135 … void RespondWithOptions(connection_hdl connection, json& request, json&& options = json({}));