Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h320 class DistributedCommunicationsCommand : public CommandLine { class
322 DistributedCommunicationsCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
323 ~DistributedCommunicationsCommand() override {}
H A DCommandLineFactory.cpp63 typeMap["DistributedCommunications"] = &CommandLineFactory::CreateObject<DistributedCommunicationsCommand>; in InitCommandMap()
H A DCommandLine.cpp854 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 DCommandLineTest.cpp1287 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