Searched refs:AvoidAreaCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 506 class AvoidAreaCommand : public CommandLine { class 508 AvoidAreaCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 509 ~AvoidAreaCommand() override {}
|
| H A D | CommandLineFactory.cpp | 49 typeMap["AvoidArea"] = &CommandLineFactory::CreateObject<AvoidAreaCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 1525 AvoidAreaCommand::AvoidAreaCommand(CommandType commandType, const Json2::Value& arg, in AvoidAreaCommand() function in AvoidAreaCommand 1530 bool AvoidAreaCommand::IsSetArgValid() const in IsSetArgValid() 1534 ELOG("AvoidAreaCommand missing arguments!"); in IsSetArgValid() 1554 bool AvoidAreaCommand::IsObjectValid(const Json2::Value& val) const in IsObjectValid() 1558 ELOG("AvoidAreaCommand missing arguments!"); in IsObjectValid() 1574 void AvoidAreaCommand::RunSet() in RunSet()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 1657 AvoidAreaCommand command1(type, args1, *socket); in TEST_F() 1665 AvoidAreaCommand command2(type, args2, *socket); in TEST_F() 1673 AvoidAreaCommand command3(type, args3, *socket); in TEST_F() 1681 AvoidAreaCommand command4(type, args4, *socket); in TEST_F() 1689 AvoidAreaCommand command5(type, args5, *socket); in TEST_F() 1697 AvoidAreaCommand command6(type, args6, *socket); in TEST_F() 1711 AvoidAreaCommand command1(type, args1, *socket); in TEST_F() 1721 AvoidAreaCommand command2(type, args2, *socket); in TEST_F() 1732 AvoidAreaCommand command3(type, args3, *socket); in TEST_F()
|
Completed in 8 milliseconds