Home
last modified time | relevance | path

Searched refs:UninstallLowerVersion (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstalleruninstalllowerversion_fuzzer/
H A Dappservicefwkinstalleruninstalllowerversion_fuzzer.cpp34 appServiceFwk.UninstallLowerVersion(moduleNameList); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp666 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);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H A Dapp_service_fwk_installer.h88 ErrCode UninstallLowerVersion(const std::vector<std::string> &moduleNameList);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp729 result = UninstallLowerVersion(uninstallModuleVec_); in UpdateAppService()
836 ErrCode AppServiceFwkInstaller::UninstallLowerVersion(const std::vector<std::string> &moduleNameLis… in UninstallLowerVersion() function in OHOS::AppExecFwk::AppServiceFwkInstaller