Searched refs:UninstallLowerVersion (Results 1 – 4 of 4) sorted by relevance
34 appServiceFwk.UninstallLowerVersion(moduleNameList); in DoSomethingInterestingWithMyAPI()
666 auto res = appServiceFwkInstaller.UninstallLowerVersion(moduleNameList);685 auto res = appServiceFwkInstaller.UninstallLowerVersion(moduleNameList);711 auto res = appServiceFwkInstaller.UninstallLowerVersion(moduleNameList);738 auto res = appServiceFwkInstaller.UninstallLowerVersion(moduleNameList);768 auto res = appServiceFwkInstaller.UninstallLowerVersion(moduleNameList);798 auto res = appServiceFwkInstaller.UninstallLowerVersion(moduleNameList);
88 ErrCode UninstallLowerVersion(const std::vector<std::string> &moduleNameList);
729 result = UninstallLowerVersion(uninstallModuleVec_); in UpdateAppService()836 ErrCode AppServiceFwkInstaller::UninstallLowerVersion(const std::vector<std::string> &moduleNameLis… in UninstallLowerVersion() function in OHOS::AppExecFwk::AppServiceFwkInstaller