Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp1276 int64_t timeDiffMillis = 0; in HWTEST_F() local
1278 database->RenewTableTime(timeDiffMillis); in HWTEST_F()
1281 database->RenewTableTime(timeDiffMillis); in HWTEST_F()
1284 database->RenewTableTime(timeDiffMillis); in HWTEST_F()
1287 database->RenewTableTime(timeDiffMillis); in HWTEST_F()
1290 database->RenewTableTime(timeDiffMillis); in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_usage_database.h54 void RenewTableTime(int64_t timeDiffMillis);
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp1286 void BundleActiveUsageDatabase::RenewTableTime(int64_t timeDiffMillis) in RenewTableTime() argument
1295 int64_t newTime = tableArray.at(j) + timeDiffMillis; in RenewTableTime()
1309 int64_t newTime = oldTime + timeDiffMillis; in RenewTableTime()
1324 int64_t newTime = oldTime + timeDiffMillis; in RenewTableTime()

Completed in 6 milliseconds