Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3705 std::vector<std::string> oldModuleNames; in GetRemoveExtensionDirs() local
3707 oldInfo.GetModuleNames(oldModuleNames); in GetRemoveExtensionDirs()
3715 for (const std::string &oldModuleName : oldModuleNames) { in GetRemoveExtensionDirs()
6023 std::vector<std::string> oldModuleNames; in SetDisposedRuleWhenBundleUpdateStart() local
6024 oldBundleInfo.GetModuleNames(oldModuleNames); in SetDisposedRuleWhenBundleUpdateStart()
6030 for (const auto &moduleName : oldModuleNames) { in SetDisposedRuleWhenBundleUpdateStart()