Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp120 message += CLEAN_HELP_MSG;
153 message += CLEAN_HELP_MSG;
186 message += CLEAN_HELP_MSG;
219 message += CLEAN_HELP_MSG;
252 message += CLEAN_HELP_MSG;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h46 const std::string CLEAN_HELP_MSG = " clean clean the bundle data\n"; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp266 resultReceiver_.append(CLEAN_HELP_MSG); in RunAsHelpCommand()