Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/tools/test/unittest/system_time/
H A Dsystem_time_test.cpp55 SystemTime systemTime; in HWTEST_F() local
56 EXPECT_GT(systemTime.GetNowSysTime(), 0); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtime_tick_monitor.cpp126 uint64_t systemTime = GetSysCurrentTime(); in TimeTick() local
128 int64_t systemOffset = static_cast<int64_t>(systemTime - lastSystemTime_); in TimeTick()
130 lastSystemTime_ = systemTime; in TimeTick()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_30to120_test.cpp247 int64_t systemTime = SystemTime(); in Process1() local
250 rsVsyncCount, systemTime + 3000000); // 3000000==3ms in Process1()
H A Dvsync_30to60_test.cpp247 int64_t systemTime = SystemTime(); in Process1() local
250 rsVsyncCount, systemTime + 3000000); // 3000000==3ms in Process1()
H A Dvsync_30to90_test.cpp247 int64_t systemTime = SystemTime(); in Process1() local
250 rsVsyncCount, systemTime + 3000000); // 3000000==3ms in Process1()
H A Dvsync_60to120_test.cpp247 int64_t systemTime = SystemTime(); in Process1() local
250 rsVsyncCount, systemTime + 3000000); // 3000000==3ms in Process1()
H A Dvsync_90to120_test.cpp247 int64_t systemTime = SystemTime(); in Process1() local
250 rsVsyncCount, systemTime + 3000000); // 3000000==3ms in Process1()
H A Dvsync_60to90_test.cpp247 int64_t systemTime = SystemTime(); in Process1() local
250 rsVsyncCount, systemTime + 3000000); // 3000000==3ms in Process1()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp1047 int64_t systemTime = GetSystemTimeMs(); in GetCurrentUsageData() local
1048 intervalStats->lastTimeSaved_ = systemTime; in GetCurrentUsageData()
1367 int64_t systemTime = GetSystemTimeMs(); in UpdateBundleUsageData() local
1368 stats.lastTimeSaved_ = systemTime; in UpdateBundleUsageData()

Completed in 9 milliseconds