Home
last modified time | relevance | path

Searched defs:command (Results 1 – 5 of 5) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineFactory.cpp77 std::unique_ptr<CommandLine> CommandLineFactory::CreateCommandLine(std::string command, in CreateCommandLine()
DCommandLineInterface.cpp130 std::string command = jsonData["command"].AsString(); in ProcessCommandMessage() local
220 std::unique_ptr<CommandLine> command = in ApplyConfigMembers() local
DCommandLine.cpp108 void CommandLine::SetCommandName(std::string command) in SetCommandName()
/ide/tools/previewer/test/unittest/cli/
DCommandLineTest.cpp75 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/
DCommandParser.cpp527 bool CommandParser::IsResolutionArgValid(std::string command) in IsResolutionArgValid()