Home
last modified time | relevance | path

Searched refs:HELP_MSG_FORCE_STOP (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_force_stop_test.cpp94 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_FORCE_STOP);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h152 const std::string HELP_MSG_FORCE_STOP = "usage: aa force-stop <bundle-name>\n"; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp528 resultReceiver_.append(HELP_MSG_FORCE_STOP); in RunAsForceStop()