Home
last modified time | relevance | path

Searched refs:MemoryRefreshCommand (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineFactory.cpp44 typeMap["MemoryRefresh"] = &CommandLineFactory::CreateObject<MemoryRefreshCommand>; in InitCommandMap()
DCommandLine.h231 class MemoryRefreshCommand : public CommandLine {
233MemoryRefreshCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);
234 ~MemoryRefreshCommand() override {} in ~MemoryRefreshCommand()
DCommandLine.cpp511 MemoryRefreshCommand::MemoryRefreshCommand(CommandType commandType, const Json::Value& arg, const L… in MemoryRefreshCommand() function in MemoryRefreshCommand
516 bool MemoryRefreshCommand::IsSetArgValid() const in IsSetArgValid()
525 void MemoryRefreshCommand::RunSet() in RunSet()