Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp474 std::string newUser = uninstallBundleInfo.userInfos.begin()->first; in UpdateUninstallBundleInfo() local
475 if (oldUninstallBundleInfo.userInfos.find(newUser) != oldUninstallBundleInfo.userInfos.end()) { in UpdateUninstallBundleInfo()
476 APP_LOGE("u %{public}s has been saved", newUser.c_str()); in UpdateUninstallBundleInfo()
479 oldUninstallBundleInfo.userInfos[newUser] = uninstallBundleInfo.userInfos.begin()->second; in UpdateUninstallBundleInfo()

Completed in 15 milliseconds