Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h249 ErrCode RunAsForceExitAppCommand();
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp174 {"forceexitapp", [this]() { return this->RunAsForceExitAppCommand(); }}, in CreateCommandMap()
2093 ErrCode AbilityManagerShellCommand::RunAsForceExitAppCommand() in RunAsForceExitAppCommand() function in OHOS::AAFwk::AbilityManagerShellCommand