Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.h84 class ListTtysCmd : public NetdCommand {
86 ListTtysCmd();
87 virtual ~ListTtysCmd() {} in ~ListTtysCmd()
DCommandListener.cpp191 registerLockingCmd(new ListTtysCmd()); in CommandListener()
477 CommandListener::ListTtysCmd::ListTtysCmd() : in ListTtysCmd() function in CommandListener::ListTtysCmd
481 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli, in runCommand()