Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h230 ErrCode RunAsAttachDebugCommand();
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp167 {"attach", [this]() { return this->RunAsAttachDebugCommand(); }}, in CreateCommandMap()
616 ErrCode AbilityManagerShellCommand::RunAsAttachDebugCommand() in RunAsAttachDebugCommand() function in OHOS::AAFwk::AbilityManagerShellCommand