Home
last modified time | relevance | path

Searched refs:RunStopCommand (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/shell_command/include/
Dwukong_shell_command.h62 ErrCode RunStopCommand();
/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp70 {"stop", std::bind(&WuKongShellCommand::RunStopCommand, this)}, in CreateCommandMap()
99 ErrCode WuKongShellCommand::RunStopCommand() in RunStopCommand() function in OHOS::WuKong::WuKongShellCommand