OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetdCommand
(Results
1 - 9
of
9
) sorted by null
/system/netd/
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"
54
class SoftapCmd : public
NetdCommand
{
61
class InterfaceCmd : public
NetdCommand
{
68
class IpFwdCmd : public
NetdCommand
{
75
class TetherCmd : public
NetdCommand
{
82
class NatCmd : public
NetdCommand
{
89
class ListTtysCmd : public
NetdCommand
{
96
class PppdCmd : public
NetdCommand
{
103
class BandwidthControlCmd : public
NetdCommand
{
114
class IdletimerControlCmd : public
NetdCommand
{
[
all
...]
DnsProxyListener.h
22
#include "
NetdCommand
.h"
30
class GetAddrInfoCmd : public
NetdCommand
{
62
class GetHostByNameCmd : public
NetdCommand
{
89
class GetHostByAddrCmd : public
NetdCommand
{
Android.mk
15
NetdCommand
.cpp \
CommandListener.cpp
205
NetdCommand
("interface") {
475
NetdCommand
("list_ttys") {
492
NetdCommand
("ipfwd") {
530
NetdCommand
("tether") {
631
NetdCommand
("nat") {
668
NetdCommand
("pppd") {
720
NetdCommand
("softap") {
767
NetdCommand
("resolver") {
853
NetdCommand
("bandwidth") {
[
all
...]
MDnsSdListener.h
24
#include "
NetdCommand
.h"
103
class Handler : public
NetdCommand
{
DnsProxyListener.cpp
159
NetdCommand
("getaddrinfo") {
235
NetdCommand
("gethostbyname") {
351
NetdCommand
("gethostbyaddr") {
MDnsSdListener.cpp
51
NetdCommand
("mdnssd") {
Completed in 2284 milliseconds