Home
last modified time | relevance | path

Searched refs:WuKongShellCommand (Results 1 - 13 of 13) sorted by relevance

/test/ostest/wukong/shell_command/src/
H A Dwukong_shell_command.cpp54 WuKongShellCommand::WuKongShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, WUKONG_TOOL_NAME) in WuKongShellCommand() function in OHOS::WuKong::WuKongShellCommand
58 ErrCode WuKongShellCommand::init() in init()
63 ErrCode WuKongShellCommand::CreateCommandMap() in CreateCommandMap()
67 {"--version", [this] () { return WuKongShellCommand::GetWuKongVersion(); }}, in CreateCommandMap()
68 {"-v", [this] () { return WuKongShellCommand::GetWuKongVersion(); }}, in CreateCommandMap()
69 {"help", [this] () { return WuKongShellCommand::RunAsHelpCommand(); }}, in CreateCommandMap()
70 {"stop", [this] () { return WuKongShellCommand::RunStopCommand(); }}, in CreateCommandMap()
71 {"exec", [this] () { return WuKongShellCommand::RunTestCommand(); }}, in CreateCommandMap()
72 {"special", [this] () { return WuKongShellCommand in CreateCommandMap()
[all...]
H A Dwukong_main.cpp159 WuKongShellCommand cmd(argc, argv); in main()
/test/ostest/wukong/shell_command/include/
H A Dwukong_shell_command.h34 class WuKongShellCommand : public OHOS::AAFwk::ShellCommand { class
36 WuKongShellCommand(int argc, char *argv[]);
37 ~WuKongShellCommand() = default;
/test/ostest/wukong/test_flow/include/
H A Dtest_flow.h39 TestFlow(WuKongShellCommand &shellcommand);
104 WuKongShellCommand &shellcommand_;
H A Dtest_flow_factory.h34 static std::shared_ptr<TestFlow> GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command);
H A Dspecial_test_flow.h29 SpecialTestFlow(WuKongShellCommand &shellcommand);
H A Drandom_test_flow.h28 RandomTestFlow(WuKongShellCommand &shellcommand);
H A Dfocus_test_flow.h28 FocusTestFlow(WuKongShellCommand &shellcommand);
/test/ostest/wukong/test_flow/src/
H A Dtest_flow_factory.cpp24 std::shared_ptr<TestFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow()
H A Dtest_flow.cpp26 TestFlow::TestFlow(WuKongShellCommand &shellcommand) in TestFlow()
H A Dfocus_test_flow.cpp127 FocusTestFlow::FocusTestFlow(WuKongShellCommand &shellcommand) in FocusTestFlow()
H A Dspecial_test_flow.cpp83 SpecialTestFlow::SpecialTestFlow(WuKongShellCommand &shellcommand) : TestFlow(shellcommand) in SpecialTestFlow()
H A Drandom_test_flow.cpp139 RandomTestFlow::RandomTestFlow(WuKongShellCommand &shellcommand) in RandomTestFlow()

Completed in 6 milliseconds