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

/system/netd/server/
H A DCommandListener.h155 class NetworkCommand : public NetdCommand { class in class:CommandListener
157 NetworkCommand();
158 virtual ~NetworkCommand() {}
H A DCommandListener.cpp199 registerLockingCmd(new NetworkCommand());
1518 CommandListener::NetworkCommand::NetworkCommand() : NetdCommand("network") { function in class:CommandListener::NetworkCommand
1521 int CommandListener::NetworkCommand::syntaxError(SocketClient* client, const char* message) {
1526 int CommandListener::NetworkCommand::operationError(SocketClient* client, const char* message,
1533 int CommandListener::NetworkCommand::success(SocketClient* client) {
1538 int CommandListener::NetworkCommand::runCommand(SocketClient* client, int argc, char** argv) {

Completed in 776 milliseconds