Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineFactory.cpp79 unique_ptr<CommandLine> CommandLineFactory::CreateCommandLine(string command, in CreateCommandLine()
DCommandLineInterface.cpp132 string command = jsonData["command"].AsString(); in ProcessCommandMessage() local
221 std::unique_ptr<CommandLine> command = in ApplyConfigMembers() local
DCommandLine.cpp110 void CommandLine::SetCommandName(std::string command) in SetCommandName()
/ide/tools/previewer/test/unittest/cli/
DCommandLineTest.cpp76 BackClickedCommand command(type, args, *socket); in TEST_F() local
86 InspectorJSONTree command(type, args, *socket); in TEST_F() local
96 InspectorDefault command(type, args, *socket); in TEST_F() local
259 ReloadRuntimePageCommand command(type, args2, *socket); in TEST_F() local
358 LoadDocumentCommand command(type, args2, *socket); in TEST_F() local
371 LoadDocumentCommand command(type, args2, *socket); in TEST_F() local
384 LoadDocumentCommand command(type, args2, *socket); in TEST_F() local
399 LoadDocumentCommand command(type, args, *socket); in TEST_F() local
1324 DistributedCommunicationsCommand command(type, args, *socket); in TEST_F() local
1764 ColorModeCommand command(type, args, *socket); in TEST_F() local
[all …]
/ide/tools/previewer/util/
DCommandParser.cpp514 bool CommandParser::IsResolutionArgValid(string command) in IsResolutionArgValid()