Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/tools/aa/include/
Dability_tool_command.h39 ErrCode RunAsForceStop();
Dability_command.h189 ErrCode RunAsForceStop();
/foundation/ability/ability_runtime/tools/aa/src/
Dability_tool_command.cpp121 {"force-stop", std::bind(&AbilityToolCommand::RunAsForceStop, this)}, in CreateCommandMap()
197 ErrCode AbilityToolCommand::RunAsForceStop() in RunAsForceStop() function in OHOS::AAFwk::AbilityToolCommand
Dability_command.cpp120 {"force-stop", std::bind(&AbilityManagerShellCommand::RunAsForceStop, this)}, in CreateCommandMap()
662 ErrCode AbilityManagerShellCommand::RunAsForceStop() in RunAsForceStop() function in OHOS::AAFwk::AbilityManagerShellCommand
/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
Dability_tool_test.cpp765 EXPECT_EQ(cmd.RunAsForceStop(), OHOS::ERR_OK);