Searched refs:WuKongShellCommand (Results 1 - 13 of 13) sorted by relevance
/test/ostest/wukong/shell_command/src/ |
H A D | wukong_shell_command.cpp | 54 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 D | wukong_main.cpp | 159 WuKongShellCommand cmd(argc, argv); in main()
|
/test/ostest/wukong/shell_command/include/ |
H A D | wukong_shell_command.h | 34 class WuKongShellCommand : public OHOS::AAFwk::ShellCommand { class 36 WuKongShellCommand(int argc, char *argv[]); 37 ~WuKongShellCommand() = default;
|
/test/ostest/wukong/test_flow/include/ |
H A D | test_flow.h | 39 TestFlow(WuKongShellCommand &shellcommand); 104 WuKongShellCommand &shellcommand_;
|
H A D | test_flow_factory.h | 34 static std::shared_ptr<TestFlow> GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command);
|
H A D | special_test_flow.h | 29 SpecialTestFlow(WuKongShellCommand &shellcommand);
|
H A D | random_test_flow.h | 28 RandomTestFlow(WuKongShellCommand &shellcommand);
|
H A D | focus_test_flow.h | 28 FocusTestFlow(WuKongShellCommand &shellcommand);
|
/test/ostest/wukong/test_flow/src/ |
H A D | test_flow_factory.cpp | 24 std::shared_ptr<TestFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow()
|
H A D | test_flow.cpp | 26 TestFlow::TestFlow(WuKongShellCommand &shellcommand) in TestFlow()
|
H A D | focus_test_flow.cpp | 127 FocusTestFlow::FocusTestFlow(WuKongShellCommand &shellcommand) in FocusTestFlow()
|
H A D | special_test_flow.cpp | 83 SpecialTestFlow::SpecialTestFlow(WuKongShellCommand &shellcommand) : TestFlow(shellcommand) in SpecialTestFlow()
|
H A D | random_test_flow.cpp | 139 RandomTestFlow::RandomTestFlow(WuKongShellCommand &shellcommand) in RandomTestFlow()
|
Completed in 6 milliseconds