/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
H A D | time_helper.cpp | 32 int errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in GetSysCurrentTime() 52 int errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in GetSysCurrentRawTime()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | performance_analysis.cpp | 127 int errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in StepTimeRecordStart() 153 (void)OS::GetCurrentSysTimeInMicrosecond(curTime); in StepTimeRecordEnd()
|
H A D | time_tick_monitor.cpp | 161 int errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in GetSysCurrentTime()
|
H A D | platform_specific.cpp | 184 int GetCurrentSysTimeInMicrosecond(uint64_t &outTime) in GetCurrentSysTimeInMicrosecond() function 493 int GetCurrentSysTimeInMicrosecond(uint64_t &outTime)
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | system_time.cpp | 33 int GetCurrentSysTimeInMicrosecond(uint64_t &outTime) in GetCurrentSysTimeInMicrosecond() function
|
H A D | evloop_timer_unit_test.cpp | 56 int errCode = OS::GetCurrentSysTimeInMicrosecond(now); in GetCurrentTime()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 627 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); 641 (void)OS::GetCurrentSysTimeInMicrosecond(endTime); in __anonb4f3bed91202() 922 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); 924 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); 1383 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); 1385 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); 1411 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); 1452 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); 1454 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); 1489 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); [all …]
|
H A D | distributeddb_single_ver_multi_user_test.cpp | 482 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime); 554 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime);
|
H A D | virtual_relational_ver_sync_db_interface.cpp | 68 (void)OS::GetCurrentSysTimeInMicrosecond(dbCreateTime_); in VirtualRelationalVerSyncDBInterface()
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 65 (void)OS::GetCurrentSysTimeInMicrosecond(dbCreateTime_); in VirtualSingleVerSyncDBInterface()
|
H A D | distributeddb_single_ver_p2p_subscribe_sync_test.cpp | 1452 EXPECT_EQ(OS::GetCurrentSysTimeInMicrosecond(curTime), E_OK); 1455 EXPECT_EQ(OS::GetCurrentSysTimeInMicrosecond(curTime), E_OK);
|
H A D | distributeddb_single_ver_p2p_sync_check_test.cpp | 972 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | platform_specific.h | 56 int GetCurrentSysTimeInMicrosecond(uint64_t &outTime);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_sync_tag_assets.cpp | 43 errCode = OS::GetCurrentSysTimeInMicrosecond(timestamp); in TagSingleAssetForDownload() 302 int errCode = OS::GetCurrentSysTimeInMicrosecond(timestamp); in MarkAssetForUpload()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_sqlite_ext.cpp | 151 int errCode = GetCurrentSysTimeInMicrosecond(curTime); in GetSysCurrentRawTime() 178 (void)GetCurrentSysTimeInMicrosecond(lastSystemTime_); in Initialize() 199 (void)GetCurrentSysTimeInMicrosecond(currentSystemTime); in GetTime() 223 (void)GetCurrentSysTimeInMicrosecond(currentSystemTime); in TimeSkew() 261 int errCode = GetCurrentSysTimeInMicrosecond(curTime); in GetSysCurrentTime() 281 static int GetCurrentSysTimeInMicrosecond(uint64_t &outTime) in GetCurrentSysTimeInMicrosecond() function in __anon7150c7630110::TimeHelper
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | query_sync_water_mark_helper.cpp | 181 int errCode = OS::GetCurrentSysTimeInMicrosecond(queryWaterMark.lastUsedTime); in UpdateCacheAndSave() 196 int errCode = OS::GetCurrentSysTimeInMicrosecond(queryWaterMark.lastUsedTime); in PutQueryWaterMarkToDB()
|
H A D | meta_data.cpp | 960 errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in InitLocalMetaData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator_linker.cpp | 54 int errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in Initialize()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_rd_test.cpp | 1724 (void)OS::GetCurrentSysTimeInMicrosecond(beginTime); 1727 (void)OS::GetCurrentSysTimeInMicrosecond(endTime);
|
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 2436 (void)OS::GetCurrentSysTimeInMicrosecond(beginTime); 2439 (void)OS::GetCurrentSysTimeInMicrosecond(endTime);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 628 return OS::GetCurrentSysTimeInMicrosecond(outTime); in GetDatabaseCreateTimestamp()
|