Searched refs:StepCountCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 397 class StepCountCommand : public CommandLine { class 399 StepCountCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 400 ~StepCountCommand() override {}
|
| H A D | CommandLineFactory.cpp | 62 typeMap["StepCount"] = &CommandLineFactory::CreateObject<StepCountCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 1126 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 D | CommandLineTest.cpp | 1233 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