Home
last modified time | relevance | path

Searched defs:cli (Results 1 – 10 of 10) sorted by relevance

/system/core/nexus/
DCommandListener.cpp56 int CommandListener::WifiCreateNetworkCmd::runCommand(SocketClient *cli, in runCommand()
76 int CommandListener::WifiRemoveNetworkCmd::runCommand(SocketClient *cli, in runCommand()
93 int CommandListener::WifiScanResultsCmd::runCommand(SocketClient *cli, in runCommand()
120 int CommandListener::WifiListNetworksCmd::runCommand(SocketClient *cli, in runCommand()
151 int CommandListener::GetCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand()
177 int CommandListener::SetCmd::runCommand(SocketClient *cli, int argc, in runCommand()
195 int CommandListener::ListCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand()
DTiwlanEventListener.cpp32 bool TiwlanEventListener::onDataAvailable(SocketClient *cli) { in onDataAvailable()
DSupplicantListener.cpp44 bool SupplicantListener::onDataAvailable(SocketClient *cli) { in onDataAvailable()
DDhcpListener.cpp40 bool DhcpListener::onDataAvailable(SocketClient *cli) { in onDataAvailable()
/system/vold/
DCommandListener.cpp85 int CommandListener::DumpCmd::runCommand(SocketClient *cli, in runCommand()
115 int CommandListener::VolumeCmd::runCommand(SocketClient *cli, in runCommand()
213 int CommandListener::StorageCmd::runCommand(SocketClient *cli, in runCommand()
264 int CommandListener::AsecCmd::runCommand(SocketClient *cli, in runCommand()
393 int CommandListener::ObbCmd::runCommand(SocketClient *cli, in runCommand()
457 int CommandListener::XwarpCmd::runCommand(SocketClient *cli, in runCommand()
500 int CommandListener::CryptfsCmd::runCommand(SocketClient *cli, in runCommand()
DVolumeManager.cpp149 int VolumeManager::listVolumes(SocketClient *cli) { in listVolumes()
854 int VolumeManager::listMountedObbs(SocketClient* cli) { in listMountedObbs()
/system/netd/
DCommandListener.cpp100 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli, in runCommand()
421 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli, in runCommand()
438 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, in runCommand()
476 int CommandListener::TetherCmd::runCommand(SocketClient *cli, in runCommand()
574 int CommandListener::NatCmd::runCommand(SocketClient *cli, in runCommand()
611 int CommandListener::PppdCmd::runCommand(SocketClient *cli, in runCommand()
663 int CommandListener::PanCmd::runCommand(SocketClient *cli, in runCommand()
702 int CommandListener::SoftapCmd::runCommand(SocketClient *cli, in runCommand()
755 int CommandListener::ResolverCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand()
865 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *us… in sendGenericSyntaxError()
[all …]
DDnsProxyListener.cpp102 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, in runCommand()
164 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli, in runCommand()
/system/core/libsysutils/src/
DNetlinkListener.cpp44 bool NetlinkListener::onDataAvailable(SocketClient *cli) in onDataAvailable()
DFrameworkListener.cpp61 void FrameworkListener::dispatchCommand(SocketClient *cli, char *data) { in dispatchCommand()