Home
last modified time | relevance | path

Searched defs:runCommand (Results 1 – 8 of 8) sorted by relevance

/system/core/logd/
DCommandListener.cpp60 int CommandListener::ShutdownCmd::runCommand(SocketClient * /*cli*/, in runCommand() function in CommandListener::ShutdownCmd
81 int CommandListener::ClearCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::ClearCmd
109 int CommandListener::GetBufSizeCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::GetBufSizeCmd
135 int CommandListener::SetBufSizeCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::SetBufSizeCmd
169 int CommandListener::GetBufSizeUsedCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::GetBufSizeUsedCmd
204 int CommandListener::GetStatisticsCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::GetStatisticsCmd
246 int CommandListener::GetPruneListCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::GetPruneListCmd
258 int CommandListener::SetPruneListCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::SetPruneListCmd
289 int CommandListener::ReinitCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::ReinitCmd
/system/netd/server/
DCommandListener.cpp93 int runCommand(SocketClient *c, int argc, char **argv) { in runCommand() function in __anonce9ffa890111::LockingFrameworkCommand
252 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::InterfaceCmd
481 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::ListTtysCmd
498 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand() function in CommandListener::IpFwdCmd
558 int CommandListener::TetherCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::TetherCmd
663 int CommandListener::NatCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::NatCmd
703 int CommandListener::PppdCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::PppdCmd
755 int CommandListener::SoftapCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::SoftapCmd
801 int CommandListener::ResolverCmd::runCommand(SocketClient *cli, int argc, char **margv) { in runCommand() function in CommandListener::ResolverCmd
887 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand() function in CommandListener::BandwidthControlCmd
[all …]
DDnsProxyListener.cpp231 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, in runCommand() function in DnsProxyListener::GetAddrInfoCmd
307 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient *cli, in runCommand() function in DnsProxyListener::GetHostByNameCmd
419 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli, in runCommand() function in DnsProxyListener::GetHostByAddrCmd
DMDnsSdListener.cpp406 int MDnsSdListener::Handler::runCommand(SocketClient *cli, in runCommand() function in MDnsSdListener::Handler
/system/vold/
DCommandListener.cpp112 int CommandListener::DumpCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::DumpCmd
141 int CommandListener::VolumeCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::VolumeCmd
286 int CommandListener::StorageCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::StorageCmd
391 int CommandListener::AsecCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::AsecCmd
533 int CommandListener::ObbCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::ObbCmd
596 int CommandListener::FstrimCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::FstrimCmd
772 int CommandListener::AppFuseCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand() function in CommandListener::AppFuseCmd
DCryptCommandListener.cpp172 int CryptCommandListener::CryptfsCmd::runCommand(SocketClient *cli, in runCommand() function in CryptCommandListener::CryptfsCmd
/system/core/libsysutils/src/
DFrameworkCommand.cpp30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, in runCommand() function in FrameworkCommand
/system/netd/tests/
Dbinder_test.cpp92 static std::vector<std::string> runCommand(const std::string& command) { in runCommand() function