Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h231 ErrCode RunAsDetachDebugCommand();
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp168 {"detach", [this]() { return this->RunAsDetachDebugCommand(); }}, in CreateCommandMap()
637 ErrCode AbilityManagerShellCommand::RunAsDetachDebugCommand() in RunAsDetachDebugCommand() function in OHOS::AAFwk::AbilityManagerShellCommand