Searched refs:DistributedCommunicationsCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 320 class DistributedCommunicationsCommand : public CommandLine { class 322 DistributedCommunicationsCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 323 ~DistributedCommunicationsCommand() override {}
|
| H A D | CommandLineFactory.cpp | 63 typeMap["DistributedCommunications"] = &CommandLineFactory::CreateObject<DistributedCommunicationsCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 854 DistributedCommunicationsCommand::DistributedCommunicationsCommand(CommandType commandType, in DistributedCommunicationsCommand() function in DistributedCommunicationsCommand 861 void DistributedCommunicationsCommand::RunAction() in RunAction() 874 bool DistributedCommunicationsCommand::IsActionArgValid() const in IsActionArgValid() 889 std::vector<char> DistributedCommunicationsCommand::StringToCharVector(std::string str) const in StringToCharVector()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 1287 DistributedCommunicationsCommand command1(type, args1, *socket); in TEST_F() 1295 DistributedCommunicationsCommand command2(type, args2, *socket); in TEST_F() 1303 DistributedCommunicationsCommand command3(type, args3, *socket); in TEST_F() 1311 DistributedCommunicationsCommand command4(type, args4, *socket); in TEST_F() 1323 DistributedCommunicationsCommand command(type, args, *socket); in TEST_F()
|
Completed in 9 milliseconds