Searched refs:DumpCmd (Results 1 – 3 of 3) sorted by relevance
22 static std::unique_ptr<Command> DumpCmd() { in DumpCmd() function27 ASSERT_TRUE(DumpCmd()->Run({GetTestData("perf.data")})); in TEST()
33 class DumpCmd : public VoldCommand {35 DumpCmd();36 virtual ~DumpCmd() {} in ~DumpCmd()
59 registerCmd(new DumpCmd()); in CommandListener()108 CommandListener::DumpCmd::DumpCmd() : in DumpCmd() function in CommandListener::DumpCmd112 int CommandListener::DumpCmd::runCommand(SocketClient *cli, in runCommand()