Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_tool_command.h38 ErrCode RunAsStopService();
H A Dability_command.h223 ErrCode RunAsStopService();
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp120 {"stop-service", [this]() { return this->RunAsStopService(); }}, in CreateCommandMap()
174 ErrCode AbilityToolCommand::RunAsStopService() in RunAsStopService() function in OHOS::AAFwk::AbilityToolCommand
H A Dability_command.cpp162 {"stop-service", [this]() { return this->RunAsStopService(); }}, in CreateCommandMap()
266 ErrCode AbilityManagerShellCommand::RunAsStopService() in RunAsStopService() function in OHOS::AAFwk::AbilityManagerShellCommand
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp702 EXPECT_EQ(cmd.RunAsStopService(), OHOS::ERR_OK);