Home
last modified time | relevance | path

Searched refs:ProcessCommand (Results 1 - 9 of 9) sorted by relevance

/ide/tools/previewer/test/unittest/util/
H A DCommandParserTest.cpp123 EXPECT_TRUE(CommandParser::GetInstance().ProcessCommand(validParamVec)); in TEST_F()
131 EXPECT_FALSE(CommandParser::GetInstance().ProcessCommand(invalidParamVec)); in TEST_F()
139 EXPECT_FALSE(CommandParser::GetInstance().ProcessCommand(invalidParamVec)); in TEST_F()
150 EXPECT_TRUE(CommandParser::GetInstance().ProcessCommand(validParamVec)); in TEST_F()
155 EXPECT_TRUE(CommandParser::GetInstance().ProcessCommand(validParamVec)); in TEST_F()
169 EXPECT_TRUE(CommandParser::GetInstance().ProcessCommand(validParamVec)); in TEST_F()
183 EXPECT_TRUE(CommandParser::GetInstance().ProcessCommand(validParamVec)); in TEST_F()
189 EXPECT_TRUE(CommandParser::GetInstance().ProcessCommand(validParamVec)); in TEST_F()
204 EXPECT_TRUE(CommandParser::GetInstance().ProcessCommand(validParamVec)); in TEST_F()
213 EXPECT_TRUE(CommandParser::GetInstance().ProcessCommand(validParamVe in TEST_F()
[all...]
/ide/tools/previewer/
H A DRichPreviewer.cpp65 static void ProcessCommand() in ProcessCommand() function
75 CommandLineInterface::GetInstance().ProcessCommand(); in ProcessCommand()
121 std::thread commandThead(ProcessCommand); in main()
H A DThinPreviewer.cpp136 CommandLineInterface::GetInstance().ProcessCommand(); in main()
/ide/tools/previewer/test/fuzztest/paramsparse_fuzzer/
H A DParamsParseFuzzer.cpp28 parser.ProcessCommand(args); in CallParamsParseFunc()
/ide/tools/previewer/cli/
H A DCommandLineInterface.h34 void ProcessCommand() const;
H A DCommandLineInterface.cpp92 void CommandLineInterface::ProcessCommand() const in ProcessCommand() function in CommandLineInterface
96 ELOG("CommandLineInterface::ProcessCommand socket is null"); in ProcessCommand()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp146 CommandLineInterface::GetInstance().ProcessCommand(); in TEST()
152 CommandLineInterface::GetInstance().ProcessCommand(); in TEST()
160 CommandLineInterface::GetInstance().ProcessCommand(); in TEST()
/ide/tools/previewer/util/
H A DCommandParser.h55 bool ProcessCommand(std::vector<std::string> strs);
H A DCommandParser.cpp107 bool CommandParser::ProcessCommand(std::vector<std::string> strs) in ProcessCommand() function in CommandParser
112 ELOG("ProcessCommand Set -v!"); in ProcessCommand()
117 ELOG("ProcessCommand Set -h!"); in ProcessCommand()
1011 if (!ProcessCommand(strs)) { in ParseArgs()

Completed in 6 milliseconds