Searched refs:bundleNameUidMap (Results 1 - 3 of 3) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | bundle_active_usage_database_test.cpp | 194 std::map<std::string, int32_t> bundleNameUidMap; in HWTEST_F() local 195 bundleNameUidMap["111"] = 111; in HWTEST_F() 196 bundleNameUidMap["222"] = 222; in HWTEST_F() 199 database->UpdateOldDataUid(store, "test", 100, bundleNameUidMap); in HWTEST_F()
|
/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_usage_database.h | 136 const int32_t userId, std::map<std::string, int32_t>& bundleNameUidMap);
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_usage_database.cpp | 496 map<string, int32_t> bundleNameUidMap; in SupportAppTwin() local 512 UpdateOldDataUid(rdbStore, tableName, userId, bundleNameUidMap); in SupportAppTwin() 529 const string& tableName, const int32_t userId, map<string, int32_t>& bundleNameUidMap) in UpdateOldDataUid() 546 auto it = bundleNameUidMap.find(bundleNameUserIdKey); in UpdateOldDataUid() 547 if (it == bundleNameUidMap.end()) { in UpdateOldDataUid() 551 bundleNameUidMap[bundleNameUserIdKey] = uid; in UpdateOldDataUid() 528 UpdateOldDataUid(const shared_ptr<NativeRdb::RdbStore> store, const string& tableName, const int32_t userId, map<string, int32_t>& bundleNameUidMap) UpdateOldDataUid() argument
|
Completed in 5 milliseconds