Searched defs:command (Results 1 – 5 of 5) sorted by relevance
| /ide/tools/previewer/cli/ |
| D | CommandLineFactory.cpp | 77 std::unique_ptr<CommandLine> CommandLineFactory::CreateCommandLine(std::string command, in CreateCommandLine()
|
| D | CommandLineInterface.cpp | 130 std::string command = jsonData["command"].AsString(); in ProcessCommandMessage() local 220 std::unique_ptr<CommandLine> command = in ApplyConfigMembers() local
|
| D | CommandLine.cpp | 108 void CommandLine::SetCommandName(std::string command) in SetCommandName()
|
| /ide/tools/previewer/test/unittest/cli/ |
| D | CommandLineTest.cpp | 75 BackClickedCommand command(type, args, *socket); in TEST_F() local 85 InspectorJSONTree command(type, args, *socket); in TEST_F() local 95 InspectorDefault command(type, args, *socket); in TEST_F() local 258 ReloadRuntimePageCommand command(type, args2, *socket); in TEST_F() local 357 LoadDocumentCommand command(type, args2, *socket); in TEST_F() local 370 LoadDocumentCommand command(type, args2, *socket); in TEST_F() local 383 LoadDocumentCommand command(type, args2, *socket); in TEST_F() local 398 LoadDocumentCommand command(type, args, *socket); in TEST_F() local 1323 DistributedCommunicationsCommand command(type, args, *socket); in TEST_F() local 1763 ColorModeCommand command(type, args, *socket); in TEST_F() local [all …]
|
| /ide/tools/previewer/util/ |
| D | CommandParser.cpp | 527 bool CommandParser::IsResolutionArgValid(std::string command) in IsResolutionArgValid()
|