Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h156 const std::string HELP_MSG_FORCE_TIMEOUT_CLEAN = "clean"; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1235 if (argList_.size() == NUMBER_ONE && argList_[0] == HELP_MSG_FORCE_TIMEOUT_CLEAN) { in RunForceTimeoutForTest()