Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h224 ErrCode RunAsDumpsysCommand();
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp163 {"dump", [this]() { return this->RunAsDumpsysCommand(); }}, in CreateCommandMap()
293 ErrCode AbilityManagerShellCommand::RunAsDumpsysCommand() in RunAsDumpsysCommand() function in OHOS::AAFwk::AbilityManagerShellCommand