Lines Matching refs:BundleManagerShellCommand
200 BundleManagerShellCommand::BundleManagerShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME)
203 ErrCode BundleManagerShellCommand::CreateCommandMap()
226 ErrCode BundleManagerShellCommand::CreateMessageMap()
232 ErrCode BundleManagerShellCommand::Init()
253 ErrCode BundleManagerShellCommand::RunAsHelpCommand()
272 bool BundleManagerShellCommand::IsInstallOption(int index) const
287 ErrCode BundleManagerShellCommand::RunAsCopyApCommand()
340 ErrCode BundleManagerShellCommand::ParseCopyApCommand(int32_t option, std::string &bundleName, bool &isAllBundle)
397 ErrCode BundleManagerShellCommand::RunAsCompileCommand()
504 ErrCode BundleManagerShellCommand::RunAsInstallCommand()
711 ErrCode BundleManagerShellCommand::GetBundlePath(const std::string& param,
726 ErrCode BundleManagerShellCommand::RunAsUninstallCommand()
921 ErrCode BundleManagerShellCommand::RunAsDumpCommand()
1079 ErrCode BundleManagerShellCommand::RunAsCleanCommand()
1246 ErrCode BundleManagerShellCommand::RunAsEnableCommand()
1381 ErrCode BundleManagerShellCommand::RunAsDisableCommand()
1510 ErrCode BundleManagerShellCommand::RunAsGetCommand()
1563 ErrCode BundleManagerShellCommand::RunAsQuickFixCommand()
1669 ErrCode BundleManagerShellCommand::RunAsDumpOverlay()
1805 ErrCode BundleManagerShellCommand::RunAsDumpTargetOverlay()
1927 std::string BundleManagerShellCommand::GetUdid() const
1939 std::string BundleManagerShellCommand::CopyAp(const std::string &bundleName, bool isAllBundle) const
1956 std::string BundleManagerShellCommand::CompileProcessAot(
1973 std::string BundleManagerShellCommand::CompileReset(const std::string &bundleName, bool isAllBundle) const
1985 std::string BundleManagerShellCommand::DumpBundleList(int32_t userId) const
1996 std::string BundleManagerShellCommand::DumpBundleInfo(const std::string &bundleName, int32_t userId) const
2007 std::string BundleManagerShellCommand::DumpShortcutInfos(const std::string &bundleName, int32_t userId) const
2018 std::string BundleManagerShellCommand::DumpDistributedBundleInfo(
2035 std::string BundleManagerShellCommand::DumpDependentModuleNames(
2057 void BundleManagerShellCommand::GetAbsPaths(
2091 int32_t BundleManagerShellCommand::InstallOperation(const std::vector<std::string> &bundlePaths,
2138 int32_t BundleManagerShellCommand::UninstallOperation(
2165 int32_t BundleManagerShellCommand::UninstallSharedOperation(const UninstallParam &uninstallParam) const
2184 bool BundleManagerShellCommand::CleanBundleCacheFilesOperation(const std::string &bundleName, int32_t userId,
2202 bool BundleManagerShellCommand::CleanBundleDataFilesOperation(const std::string &bundleName, int32_t userId,
2220 bool BundleManagerShellCommand::SetApplicationEnabledOperation(const AbilityInfo &abilityInfo,
2242 std::string BundleManagerShellCommand::DumpOverlayInfo(const std::string &bundleName, const std::string &moduleName,
2288 std::string BundleManagerShellCommand::DumpTargetOverlayInfo(const std::string &bundleName,
2325 ErrCode BundleManagerShellCommand::RunAsDumpSharedDependenciesCommand()
2376 ErrCode BundleManagerShellCommand::ParseSharedDependenciesCommand(int32_t option, std::string &bundleName,
2435 std::string BundleManagerShellCommand::DumpSharedDependencies(const std::string &bundleName,
2452 ErrCode BundleManagerShellCommand::RunAsDumpSharedCommand()
2505 ErrCode BundleManagerShellCommand::ParseSharedCommand(int32_t option, std::string &bundleName, bool &dumpSharedAll)
2556 std::string BundleManagerShellCommand::DumpShared(const std::string &bundleName) const
2571 std::string BundleManagerShellCommand::DumpSharedAll() const
2589 ErrCode BundleManagerShellCommand::DeployQuickFixDisable(const std::vector<std::string> &quickFixFiles,
2634 ErrCode BundleManagerShellCommand::DeleteQuickFix(const std::string &bundleName,