Home
last modified time | relevance | path

Searched refs:MemoryRefreshCommand (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.h250 class MemoryRefreshCommand : public CommandLine { class
252 MemoryRefreshCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
253 ~MemoryRefreshCommand() override {}
H A DCommandLineFactory.cpp42 typeMap["MemoryRefresh"] = &CommandLineFactory::CreateObject<MemoryRefreshCommand>; in InitCommandMap()
H A DCommandLine.cpp575 MemoryRefreshCommand::MemoryRefreshCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in MemoryRefreshCommand() function in MemoryRefreshCommand
580 bool MemoryRefreshCommand::IsSetArgValid() const in IsSetArgValid()
589 void MemoryRefreshCommand::RunSet() in RunSet()
591 ILOG("MemoryRefreshCommand begin."); in RunSet()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp341 MemoryRefreshCommand command1(type, args1, *socket); in TEST_F()
347 MemoryRefreshCommand command3(type, args2, *socket); in TEST_F()

Completed in 7 milliseconds