Searched defs:cli (Results 1 – 15 of 15) sorted by relevance
/system/core/logd/ |
D | CommandListener.cpp | 81 int CommandListener::ClearCmd::runCommand(SocketClient *cli, in runCommand() 109 int CommandListener::GetBufSizeCmd::runCommand(SocketClient *cli, in runCommand() 135 int CommandListener::SetBufSizeCmd::runCommand(SocketClient *cli, in runCommand() 169 int CommandListener::GetBufSizeUsedCmd::runCommand(SocketClient *cli, in runCommand() 204 int CommandListener::GetStatisticsCmd::runCommand(SocketClient *cli, in runCommand() 246 int CommandListener::GetPruneListCmd::runCommand(SocketClient *cli, in runCommand() 258 int CommandListener::SetPruneListCmd::runCommand(SocketClient *cli, in runCommand() 289 int CommandListener::ReinitCmd::runCommand(SocketClient *cli, in runCommand()
|
D | LogReader.cpp | 43 bool LogReader::onDataAvailable(SocketClient *cli) { in onDataAvailable() 192 void LogReader::doSocketDelete(SocketClient *cli) { in doSocketDelete()
|
D | LogListener.cpp | 40 bool LogListener::onDataAvailable(SocketClient *cli) { in onDataAvailable()
|
D | LogCommand.cpp | 148 bool clientHasLogCredentials(SocketClient *cli) { in clientHasLogCredentials()
|
D | LogAudit.cpp | 56 bool LogAudit::onDataAvailable(SocketClient *cli) { in onDataAvailable()
|
D | LogKlog.cpp | 232 bool LogKlog::onDataAvailable(SocketClient *cli) { in onDataAvailable()
|
/system/netd/server/ |
D | CommandListener.cpp | 252 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli, in runCommand() 481 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli, in runCommand() 498 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand() 558 int CommandListener::TetherCmd::runCommand(SocketClient *cli, in runCommand() 663 int CommandListener::NatCmd::runCommand(SocketClient *cli, in runCommand() 703 int CommandListener::PppdCmd::runCommand(SocketClient *cli, in runCommand() 755 int CommandListener::SoftapCmd::runCommand(SocketClient *cli, in runCommand() 801 int CommandListener::ResolverCmd::runCommand(SocketClient *cli, int argc, char **margv) { in runCommand() 868 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *us… in sendGenericSyntaxError() 875 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail() [all …]
|
D | MDnsSdListener.cpp | 62 void MDnsSdListener::Handler::discover(SocketClient *cli, in discover() 133 void MDnsSdListener::Handler::stop(SocketClient *cli, int argc, char **argv, const char *str) { in stop() 157 void MDnsSdListener::Handler::serviceRegister(SocketClient *cli, int requestId, in serviceRegister() 213 void MDnsSdListener::Handler::resolveService(SocketClient *cli, int requestId, in resolveService() 283 void MDnsSdListener::Handler::getAddrInfo(SocketClient *cli, int requestId, in getAddrInfo() 343 void MDnsSdListener::Handler::setHostname(SocketClient *cli, int requestId, in setHostname() 406 int MDnsSdListener::Handler::runCommand(SocketClient *cli, in runCommand()
|
D | DnsProxyListener.cpp | 231 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, in runCommand() 307 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient *cli, in runCommand() 419 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli, in runCommand()
|
D | BandwidthController.cpp | 1096 int BandwidthController::parseForwardChainStats(SocketClient *cli, const TetherStats filter, in parseForwardChainStats() 1204 int BandwidthController::getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraPr… in getTetherStats()
|
/system/vold/ |
D | CommandListener.cpp | 100 int CommandListener::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail() 112 int CommandListener::DumpCmd::runCommand(SocketClient *cli, in runCommand() 141 int CommandListener::VolumeCmd::runCommand(SocketClient *cli, in runCommand() 286 int CommandListener::StorageCmd::runCommand(SocketClient *cli, in runCommand() 353 void CommandListener::AsecCmd::listAsecsInDirectory(SocketClient *cli, const char *directory) { in listAsecsInDirectory() 391 int CommandListener::AsecCmd::runCommand(SocketClient *cli, in runCommand() 533 int CommandListener::ObbCmd::runCommand(SocketClient *cli, in runCommand() 596 int CommandListener::FstrimCmd::runCommand(SocketClient *cli, in runCommand() 772 int CommandListener::AppFuseCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand() 840 android::status_t CommandListener::AppFuseCmd::sendFd(SocketClient *cli, int fd) { in sendFd()
|
D | CryptCommandListener.cpp | 93 int CryptCommandListener::sendGenericOkFailOnBool(SocketClient *cli, bool success) { in sendGenericOkFailOnBool() 128 static bool check_argc(SocketClient *cli, const std::string &subcommand, int argc, in check_argc() 172 int CryptCommandListener::CryptfsCmd::runCommand(SocketClient *cli, in runCommand()
|
D | VolumeManager.cpp | 1819 int VolumeManager::listMountedObbs(SocketClient* cli) { in listMountedObbs()
|
/system/core/libsysutils/src/ |
D | NetlinkListener.cpp | 44 bool NetlinkListener::onDataAvailable(SocketClient *cli) in onDataAvailable()
|
D | FrameworkListener.cpp | 85 void FrameworkListener::dispatchCommand(SocketClient *cli, char *data) { in dispatchCommand()
|