Home
last modified time | relevance | path

Searched refs:RunAsForceStop (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_tool_command.h39 ErrCode RunAsForceStop();
H A Dability_command.h225 ErrCode RunAsForceStop();
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp121 {"force-stop", [this]() { return this->RunAsForceStop(); }}, in CreateCommandMap()
197 ErrCode AbilityToolCommand::RunAsForceStop() in RunAsForceStop() function in OHOS::AAFwk::AbilityToolCommand
H A Dability_command.cpp164 {"force-stop", [this]() { return this->RunAsForceStop(); }}, in CreateCommandMap()
524 ErrCode AbilityManagerShellCommand::RunAsForceStop() in RunAsForceStop() function in OHOS::AAFwk::AbilityManagerShellCommand
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp765 EXPECT_EQ(cmd.RunAsForceStop(), OHOS::ERR_OK);