Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp545 string bundleNameUserIdKey = bundleName + to_string(userId); in UpdateOldDataUid() local
546 auto it = bundleNameUidMap.find(bundleNameUserIdKey); in UpdateOldDataUid()
551 bundleNameUidMap[bundleNameUserIdKey] = uid; in UpdateOldDataUid()