Home | History | Annotate | Download | only in lshal

Lines Matching refs:ListCommand

17 #include "ListCommand.h"
47 ListCommand::ListCommand(Lshal &lshal) : mLshal(lshal), mErr(lshal.err()), mOut(lshal.out()) {
60 const std::string &ListCommand::getCmdline(pid_t pid) {
69 void ListCommand::removeDeadProcesses(Pids *pids) {
104 bool ListCommand::getPidInfo(
163 void ListCommand::forEachTable(const std::function<void(Table &)> &f) {
168 void ListCommand::forEachTable(const std::function<void(const Table &)> &f) const {
174 void ListCommand::postprocess() {
209 void ListCommand::printLine(
257 void ListCommand::dumpVintf() const {
400 void ListCommand::dumpTable() {
450 void ListCommand::dump() {
464 void ListCommand::putEntry(TableEntrySource source, TableEntry &&entry) {
481 Status ListCommand::fetchAllLibraries(const sp<IServiceManager> &manager) {
512 Status ListCommand::fetchPassthrough(const sp<IServiceManager> &manager) {
542 Status ListCommand::fetchBinderized(const sp<IServiceManager> &manager) {
638 Status ListCommand::fetch() {
660 Status ListCommand::parseArgs(const std::string &command, const Arg &arg) {
782 Status ListCommand::main(const std::string &command, const Arg &arg) {