Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_force_timeout_test.cpp90 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_FORCE_TIMEOUT + "\n");
109 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_FORCE_TIMEOUT + "\n");
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h153 const std::string HELP_MSG_FORCE_TIMEOUT = variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1230 resultReceiver_.append(HELP_MSG_FORCE_TIMEOUT + "\n"); in RunForceTimeoutForTest()
1243 resultReceiver_.append(HELP_MSG_FORCE_TIMEOUT + "\n"); in RunForceTimeoutForTest()