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

/system/core/libsysutils/src/
H A DFrameworkCommand.cpp30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, function in class:FrameworkCommand
/system/core/logd/
H A DCommandListener.cpp60 int CommandListener::ShutdownCmd::runCommand(SocketClient * /*cli*/, function in class:CommandListener::ShutdownCmd
81 int CommandListener::ClearCmd::runCommand(SocketClient *cli, function in class:CommandListener::ClearCmd
109 int CommandListener::GetBufSizeCmd::runCommand(SocketClient *cli, function in class:CommandListener::GetBufSizeCmd
135 int CommandListener::SetBufSizeCmd::runCommand(SocketClient *cli, function in class:CommandListener::SetBufSizeCmd
169 int CommandListener::GetBufSizeUsedCmd::runCommand(SocketClient *cli, function in class:CommandListener::GetBufSizeUsedCmd
204 int CommandListener::GetStatisticsCmd::runCommand(SocketClient *cli, function in class:CommandListener::GetStatisticsCmd
246 int CommandListener::GetPruneListCmd::runCommand(SocketClient *cli, function in class:CommandListener::GetPruneListCmd
258 int CommandListener::SetPruneListCmd::runCommand(SocketClient *cli, function in class:CommandListener::SetPruneListCmd
289 int CommandListener::ReinitCmd::runCommand(SocketClient *cli, function in class:CommandListener::ReinitCmd
/system/vold/
H A DCryptCommandListener.cpp172 int CryptCommandListener::CryptfsCmd::runCommand(SocketClient *cli, function in class:CryptCommandListener::CryptfsCmd
H A DCommandListener.cpp112 int CommandListener::DumpCmd::runCommand(SocketClient *cli, function in class:CommandListener::DumpCmd
141 int CommandListener::VolumeCmd::runCommand(SocketClient *cli, function in class:CommandListener::VolumeCmd
286 int CommandListener::StorageCmd::runCommand(SocketClient *cli, function in class:CommandListener::StorageCmd
391 int CommandListener::AsecCmd::runCommand(SocketClient *cli, function in class:CommandListener::AsecCmd
533 int CommandListener::ObbCmd::runCommand(SocketClient *cli, function in class:CommandListener::ObbCmd
596 int CommandListener::FstrimCmd::runCommand(SocketClient *cli, function in class:CommandListener::FstrimCmd
772 int CommandListener::AppFuseCmd::runCommand(SocketClient *cli, int argc, char **argv) { function in class:CommandListener::AppFuseCmd
/system/netd/server/
H A DDnsProxyListener.cpp256 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, function in class:DnsProxyListener::GetAddrInfoCmd
334 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient *cli, function in class:DnsProxyListener::GetHostByNameCmd
482 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli, function in class:DnsProxyListener::GetHostByAddrCmd
H A DMDnsSdListener.cpp406 int MDnsSdListener::Handler::runCommand(SocketClient *cli, function in class:MDnsSdListener::Handler
H A DCommandListener.cpp94 int runCommand(SocketClient *c, int argc, char **argv) { function in class:__anon1883::LockingFrameworkCommand
96 return mWrappedCmd->runCommand(c, argc, argv);
254 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli, function in class:CommandListener::InterfaceCmd
483 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli, function in class:CommandListener::ListTtysCmd
500 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, int argc, char **argv) { function in class:CommandListener::IpFwdCmd
560 int CommandListener::TetherCmd::runCommand(SocketClient *cli, function in class:CommandListener::TetherCmd
663 int CommandListener::NatCmd::runCommand(SocketClient *cli, function in class:CommandListener::NatCmd
703 int CommandListener::PppdCmd::runCommand(SocketClient *cli, function in class:CommandListener::PppdCmd
755 int CommandListener::SoftapCmd::runCommand(SocketClient *cli, function in class:CommandListener::SoftapCmd
801 int CommandListener::ResolverCmd::runCommand(SocketClien function in class:CommandListener::ResolverCmd
887 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv) { function in class:CommandListener::BandwidthControlCmd
1179 int CommandListener::IdletimerControlCmd::runCommand(SocketClient *cli, int argc, char **argv) { function in class:CommandListener::IdletimerControlCmd
1287 int CommandListener::FirewallCmd::runCommand(SocketClient *cli, int argc, function in class:CommandListener::FirewallCmd
1415 int CommandListener::ClatdCmd::runCommand(SocketClient *cli, int argc, function in class:CommandListener::ClatdCmd
1473 int CommandListener::StrictCmd::runCommand(SocketClient *cli, int argc, function in class:CommandListener::StrictCmd
1538 int CommandListener::NetworkCommand::runCommand(SocketClient* client, int argc, char** argv) { function in class:CommandListener::NetworkCommand
[all...]
/system/netd/tests/
H A Dbinder_test.cpp128 static std::vector<std::string> runCommand(const std::string& command) { function
152 return runCommand(command);
157 return runCommand(command);

Completed in 811 milliseconds