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
79 int CommandListener::ClearCmd::runCommand(SocketClient* cli, int argc, in runCommand() function in CommandListener::ClearCmd
106 int CommandListener::GetBufSizeCmd::runCommand(SocketClient* cli, int argc, in runCommand() function in CommandListener::GetBufSizeCmd
131 int CommandListener::SetBufSizeCmd::runCommand(SocketClient* cli, int argc, in runCommand() function in CommandListener::SetBufSizeCmd
164 int CommandListener::GetBufSizeUsedCmd::runCommand(SocketClient* cli, int argc, in runCommand() function in CommandListener::GetBufSizeUsedCmd
199 int CommandListener::GetStatisticsCmd::runCommand(SocketClient* cli, int argc, in runCommand() function in CommandListener::GetStatisticsCmd
240 int CommandListener::GetPruneListCmd::runCommand(SocketClient* cli, in runCommand() function in CommandListener::GetPruneListCmd
251 int CommandListener::SetPruneListCmd::runCommand(SocketClient* cli, int argc, in runCommand() function in CommandListener::SetPruneListCmd
283 int CommandListener::GetEventTagCmd::runCommand(SocketClient* cli, int argc, in runCommand() function in CommandListener::GetEventTagCmd
332 int CommandListener::ReinitCmd::runCommand(SocketClient* cli, int /*argc*/, in runCommand() function in CommandListener::ReinitCmd
[all …]
/system/netd/server/
DCommandListener.cpp90 int runCommand(SocketClient *c, int argc, char **argv) { in runCommand() function in android::net::__anon41cca9c80111::LockingFrameworkCommand
127 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli, in runCommand() function in android::net::CommandListener::InterfaceCmd
356 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli, in runCommand() function in android::net::CommandListener::ListTtysCmd
373 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand() function in android::net::CommandListener::IpFwdCmd
433 int CommandListener::TetherCmd::runCommand(SocketClient *cli, in runCommand() function in android::net::CommandListener::TetherCmd
536 int CommandListener::NatCmd::runCommand(SocketClient *cli, in runCommand() function in android::net::CommandListener::NatCmd
576 int CommandListener::PppdCmd::runCommand(SocketClient *cli, in runCommand() function in android::net::CommandListener::PppdCmd
628 int CommandListener::ResolverCmd::runCommand(SocketClient *cli, int argc, char **margv) { in runCommand() function in android::net::CommandListener::ResolverCmd
714 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand() function in android::net::CommandListener::BandwidthControlCmd
1006 int CommandListener::IdletimerControlCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand() function in android::net::CommandListener::IdletimerControlCmd
[all …]
DDnsProxyListener.cpp326 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, in runCommand() function in android::net::DnsProxyListener::GetAddrInfoCmd
403 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient *cli, in runCommand() function in android::net::DnsProxyListener::GetHostByNameCmd
539 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli, in runCommand() function in android::net::DnsProxyListener::GetHostByAddrCmd
DMDnsSdListener.cpp406 int MDnsSdListener::Handler::runCommand(SocketClient *cli, in runCommand() function in MDnsSdListener::Handler
/system/vold/
DCommandListener.cpp115 int CommandListener::DumpCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::DumpCmd
144 int CommandListener::VolumeCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::VolumeCmd
289 int CommandListener::StorageCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::StorageCmd
394 int CommandListener::AsecCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::AsecCmd
536 int CommandListener::ObbCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::ObbCmd
599 int CommandListener::FstrimCmd::runCommand(SocketClient *cli, in runCommand() function in CommandListener::FstrimCmd
786 int CommandListener::AppFuseCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand() function in CommandListener::AppFuseCmd
DCryptCommandListener.cpp174 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.cpp125 static std::vector<std::string> runCommand(const std::string& command) { in runCommand() function