Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp121 std::vector<std::string> processedBundles; in Install() local
122 ScopeGuard installGuard([this, &processedBundles] { in Install()
123 APP_LOGE("install shared bundles failed, rollbacking:%{public}s", GetJsonStrFromInfo(processedBundles).c_str()); in Install()
124 for (auto iter = processedBundles.crbegin(); iter != processedBundles.crend(); ++iter) { in Install()
137 processedBundles.emplace_back(installer.first); in Install()

Completed in 2 milliseconds