Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2187 std::string userIdKey = info.GetBundleName() + "_" + std::to_string(userId); in GetAllLauncherAbility() local
2190 [&userIdKey, &userZeroKey](const std::pair<std::string, InnerBundleUserInfo> &infoMap) { in GetAllLauncherAbility()
2191 return (infoMap.first == userIdKey || infoMap.first == userZeroKey); in GetAllLauncherAbility()
2225 std::string userIdKey = info.GetBundleName() + "_" + std::to_string(userId); in GetLauncherAbilityByBundleName() local
2228 [&userIdKey, &userZeroKey](const std::pair<std::string, InnerBundleUserInfo> &infoMap) { in GetLauncherAbilityByBundleName()
2229 return (infoMap.first == userIdKey || infoMap.first == userZeroKey); in GetLauncherAbilityByBundleName()