Home
last modified time | relevance | path

Searched refs:commandLine (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/test/unittest/cli/
H A DCommandLineFactoryTest.cpp50 std::unique_ptr<CommandLine> commandLine = in TEST() local
52 EXPECT_FALSE(commandLine == nullptr); in TEST()
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp135 std::unique_ptr<CommandLine> commandLine = in ProcessCommandMessage() local
137 if (commandLine == nullptr) { in ProcessCommandMessage()
141 commandLine->CheckAndRun(); in ProcessCommandMessage()
260 std::unique_ptr<CommandLine> commandLine = in CreatCommandToSendData() local
262 if (commandLine == nullptr) { in CreatCommandToSendData()
266 commandLine->RunAndSendResultToManager(); in CreatCommandToSendData()

Completed in 1 milliseconds