Home
last modified time | relevance | path

Searched refs:RunAsUninstallCommand (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/include/
H A Dcommand_parser.h33 void RunAsUninstallCommand(int32_t argc, char *argv[]) const;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp138 RunAsUninstallCommand(argc, argv); in HandleCommands()
210 void CommandParser::RunAsUninstallCommand(int32_t argc, char *argv[]) const in RunAsUninstallCommand() function in OHOS::CommandParser
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h247 ErrCode RunAsUninstallCommand();
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp208 {"uninstall", [this] { return this->RunAsUninstallCommand(); } }, in CreateCommandMap()
726 ErrCode BundleManagerShellCommand::RunAsUninstallCommand() in RunAsUninstallCommand() function in OHOS::AppExecFwk::BundleManagerShellCommand
728 APP_LOGI("begin to RunAsUninstallCommand"); in RunAsUninstallCommand()

Completed in 8 milliseconds