Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h397 class StepCountCommand : public CommandLine { class
399 StepCountCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
400 ~StepCountCommand() override {}
H A DCommandLineFactory.cpp62 typeMap["StepCount"] = &CommandLineFactory::CreateObject<StepCountCommand>; in InitCommandMap()
H A DCommandLine.cpp1126 StepCountCommand::StepCountCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in StepCountCommand() function in StepCountCommand
1131 void StepCountCommand::RunGet() in RunGet()
1139 void StepCountCommand::RunSet() in RunSet()
1147 bool StepCountCommand::IsSetArgValid() const in IsSetArgValid()
1160 ELOG("StepCountCommand invalid value: %d", temp); in IsSetArgValid()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1233 StepCountCommand command0(type, args0, *socket); in TEST_F()
1240 StepCountCommand command1(type, args1, *socket); in TEST_F()
1247 StepCountCommand command2(type, args2, *socket); in TEST_F()
1254 StepCountCommand command3(type, args3, *socket); in TEST_F()
1265 StepCountCommand command1(type, args1, *socket); in TEST_F()
1275 StepCountCommand command2(type, args2, *socket); in TEST_F()

Completed in 8 milliseconds