Home | History | Annotate | Download | only in netd

Lines Matching full:static

26     static const int ActionInitiated           = 100;
27 static const int InterfaceListResult = 110;
28 static const int TetherInterfaceListResult = 111;
29 static const int TetherDnsFwdTgtListResult = 112;
30 static const int TtyListResult = 113;
34 static const int CommandOkay = 200;
35 static const int TetherStatusResult = 210;
36 static const int IpFwdStatusResult = 211;
37 static const int InterfaceGetCfgResult = 213;
38 static const int SoftapStatusResult = 214;
39 static const int UsbRNDISStatusResult = 215;
40 static const int InterfaceRxCounterResult = 216;
41 static const int InterfaceTxCounterResult = 217;
42 static const int InterfaceRxThrottleResult = 218;
43 static const int InterfaceTxThrottleResult = 219;
44 static const int QuotaCounterResult = 220;
45 static const int TetheringStatsResult = 221;
46 static const int DnsProxyQueryResult = 222;
47 static const int ClatdStatusResult = 223;
51 static const int OperationFailed = 400;
52 static const int DnsProxyOperationFailed = 401;
53 static const int ServiceStartFailed = 402;
54 static const int ServiceStopFailed = 403;
58 static const int CommandSyntaxError = 500;
59 static const int CommandParameterError = 501;
62 static const int InterfaceChange = 600;
63 static const int BandwidthControl = 601;
64 static const int ServiceDiscoveryFailed = 602;
65 static const int ServiceDiscoveryServiceAdded = 603;
66 static const int ServiceDiscoveryServiceRemoved = 604;
67 static const int ServiceRegistrationFailed = 605;
68 static const int ServiceRegistrationSucceeded = 606;
69 static const int ServiceResolveFailed = 607;
70 static const int ServiceResolveSuccess = 608;
71 static const int ServiceSetHostnameFailed = 609;
72 static const int ServiceSetHostnameSuccess = 610;
73 static const int ServiceGetAddrInfoFailed = 611;
74 static const int ServiceGetAddrInfoSuccess = 612;
75 static const int InterfaceClassActivity = 613;