Searched refs:NetworkCommand (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DCommandListener.h146 class NetworkCommand : public NetdCommand { class in class:CommandListener
148 NetworkCommand();
149 virtual ~NetworkCommand() {}
H A DCommandListener.cpp184 registerCmd(new NetworkCommand());
1356 CommandListener::NetworkCommand::NetworkCommand() : NetdCommand("network") { function in class:CommandListener::NetworkCommand
1359 int CommandListener::NetworkCommand::syntaxError(SocketClient* client, const char* message) {
1364 int CommandListener::NetworkCommand::operationError(SocketClient* client, const char* message,
1371 int CommandListener::NetworkCommand::success(SocketClient* client) {
1376 int CommandListener::NetworkCommand::runCommand(SocketClient* client, int argc, char** argv) {

Completed in 510 milliseconds