Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp55 const std::string ABILITY_TOOL_HELP_MSG_STOP_SERVICE = variable
321 ABILITY_TOOL_HELP_MSG_STOP_SERVICE);
340 ABILITY_TOOL_HELP_MSG_STOP_SERVICE);
359 ABILITY_TOOL_HELP_MSG_STOP_SERVICE);
378 ABILITY_TOOL_HELP_MSG_STOP_SERVICE);
722 ABILITY_TOOL_HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + ABILITY_TOOL_HELP_MSG_STOP_SERVICE);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp55 const std::string ABILITY_TOOL_HELP_MSG_STOP_SERVICE = variable
180 resultReceiver_.append(ABILITY_TOOL_HELP_MSG_STOP_SERVICE); in RunAsStopService()