Home
last modified time | relevance | path

Searched refs:CommandLexer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/ace_adapter/
H A Dcommand_lexer.h25 class CommandLexer {
27 explicit CommandLexer(const std::string &str) : str_(str) {} in CommandLexer() function
30 CommandLexer(const CommandLexer &other) = delete;
31 CommandLexer(CommandLexer &&other) = delete;
32 CommandLexer &operator=(const CommandLexer &other) = delete;
33 CommandLexer &operator=(CommandLexer &&other) = delete;
H A Dcommand_lexer.cpp30 bool CommandLexer::GetAllArguments(std::vector<std::string> &args) in GetAllArguments()
H A Dace_adapter.cpp219 CommandLexer lexer(command); in RunChildByRenderCmd()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_command_lexer_test.cpp75 CommandLexer lexer(command);
92 CommandLexer lexer(command);
109 CommandLexer lexer(command);
122 CommandLexer lexer(command);
131 CommandLexer lexer(command);
142 CommandLexer lexer(command);
154 CommandLexer lexer(command);