Home
last modified time | relevance | path

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

/system/netd/
DCommandListener.h91 class ListTtysCmd : public NetdCommand {
93 ListTtysCmd();
94 virtual ~ListTtysCmd() {} in ~ListTtysCmd()
DCommandListener.cpp132 registerCmd(new ListTtysCmd()); in CommandListener()
572 CommandListener::ListTtysCmd::ListTtysCmd() : in ListTtysCmd() function in CommandListener::ListTtysCmd
576 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli, in runCommand()