Home
last modified time | relevance | path

Searched refs:Cmd_LMSGetPlaylists (Results 1 – 3 of 3) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DLogitechMediaServer.cpp893 …void CWebServer::Cmd_LMSGetPlaylists(WebEmSession & /*session*/, const request& req, Json::Value &… in Cmd_LMSGetPlaylists() function in http::server::CWebServer
/dports/www/domoticz/domoticz-2020.2/main/
H A DWebServer.h149 void Cmd_LMSGetPlaylists(WebEmSession & session, const request& req, Json::Value &root);
H A DWebServer.cpp453 …RegisterCommandCode("lmsgetplaylists", boost::bind(&CWebServer::Cmd_LMSGetPlaylists, this, _1, _2,… in StartServer()