HomeSort by relevance Sort by last modified time
    Searched refs:NetdCommand (Results 1 - 9 of 9) sorted by null

  /system/netd/server/
NetdCommand.cpp 17 #include "NetdCommand.h"
19 NetdCommand::NetdCommand(const char *cmd) :
NetdCommand.h 22 class NetdCommand : public FrameworkCommand {
24 NetdCommand(const char *cmd);
25 virtual ~NetdCommand() {}
CommandListener.h 22 #include "NetdCommand.h"
55 class SoftapCmd : public NetdCommand {
62 class InterfaceCmd : public NetdCommand {
69 class IpFwdCmd : public NetdCommand {
76 class TetherCmd : public NetdCommand {
83 class NatCmd : public NetdCommand {
90 class ListTtysCmd : public NetdCommand {
97 class PppdCmd : public NetdCommand {
104 class BandwidthControlCmd : public NetdCommand {
115 class IdletimerControlCmd : public NetdCommand {
    [all...]
DnsProxyListener.h 22 #include "NetdCommand.h"
33 class GetAddrInfoCmd : public NetdCommand {
67 class GetHostByNameCmd : public NetdCommand {
96 class GetHostByAddrCmd : public NetdCommand {
CommandListener.cpp 256 NetdCommand("interface") {
470 NetdCommand("list_ttys") {
487 NetdCommand("ipfwd") {
525 NetdCommand("tether") {
635 NetdCommand("nat") {
675 NetdCommand("pppd") {
727 NetdCommand("softap") {
773 NetdCommand("resolver") {
817 NetdCommand("bandwidth") {
    [all...]
MDnsSdListener.h 24 #include "NetdCommand.h"
103 class Handler : public NetdCommand {
Android.mk 54 NetdCommand.cpp \
DnsProxyListener.cpp 155 NetdCommand("getaddrinfo"),
234 NetdCommand("gethostbyname"),
341 NetdCommand("gethostbyaddr"),
MDnsSdListener.cpp 51 NetdCommand("mdnssd") {

Completed in 175 milliseconds