Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp116 message += ENABLE_DISABLE_HELP_MSG;
149 message += ENABLE_DISABLE_HELP_MSG;
182 message += ENABLE_DISABLE_HELP_MSG;
215 message += ENABLE_DISABLE_HELP_MSG;
248 message += ENABLE_DISABLE_HELP_MSG;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h43 const std::string ENABLE_DISABLE_HELP_MSG = " enable enable the bundle\n" variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp260 resultReceiver_.append(ENABLE_DISABLE_HELP_MSG); in RunAsHelpCommand()