Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2201 std::string userIdKey = info.GetBundleName() + "_" + std::to_string(userId); in GetAllLauncherAbility() local
2204 [&userIdKey, &userZeroKey](const std::pair<std::string, InnerBundleUserInfo> &infoMap) { in GetAllLauncherAbility()
2205 return (infoMap.first == userIdKey || infoMap.first == userZeroKey); in GetAllLauncherAbility()
2239 std::string userIdKey = info.GetBundleName() + "_" + std::to_string(userId); in GetLauncherAbilityByBundleName() local
2242 [&userIdKey, &userZeroKey](const std::pair<std::string, InnerBundleUserInfo> &infoMap) { in GetLauncherAbilityByBundleName()
2243 return (infoMap.first == userIdKey || infoMap.first == userZeroKey); in GetLauncherAbilityByBundleName()

Completed in 17 milliseconds