Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dcli.h329 static struct _KhompShowChannels: public CommandXMLOutput struct
331 _KhompShowChannels() : CommandXMLOutput(), xdev(NULL) in _KhompShowChannels() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dcli.cpp297 Cli::_KhompShowChannels Cli::KhompShowChannels;
1403 void Cli::_KhompShowChannels::showChannel(unsigned int device, unsigned int channel, OutputType out… in showChannel()
1553 void Cli::_KhompShowChannels::showChannels(unsigned int device, OutputType output_type) in showChannels()
1568 bool Cli::_KhompShowChannels::execute(int argc, char *argv[]) in execute()