Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dtime_helper.cpp32 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 Dperformance_analysis.cpp127 int errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in StepTimeRecordStart()
153 (void)OS::GetCurrentSysTimeInMicrosecond(curTime); in StepTimeRecordEnd()
H A Dtime_tick_monitor.cpp161 int errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in GetSysCurrentTime()
H A Dplatform_specific.cpp184 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 Dsystem_time.cpp33 int GetCurrentSysTimeInMicrosecond(uint64_t &outTime) in GetCurrentSysTimeInMicrosecond() function
H A Devloop_timer_unit_test.cpp56 int errCode = OS::GetCurrentSysTimeInMicrosecond(now); in GetCurrentTime()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp627 (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 Ddistributeddb_single_ver_multi_user_test.cpp482 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime);
554 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime);
H A Dvirtual_relational_ver_sync_db_interface.cpp68 (void)OS::GetCurrentSysTimeInMicrosecond(dbCreateTime_); in VirtualRelationalVerSyncDBInterface()
H A Dvirtual_single_ver_sync_db_Interface.cpp65 (void)OS::GetCurrentSysTimeInMicrosecond(dbCreateTime_); in VirtualSingleVerSyncDBInterface()
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp1452 EXPECT_EQ(OS::GetCurrentSysTimeInMicrosecond(curTime), E_OK);
1455 EXPECT_EQ(OS::GetCurrentSysTimeInMicrosecond(curTime), E_OK);
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp972 (void)OS::GetCurrentSysTimeInMicrosecond(currentTime);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dplatform_specific.h56 int GetCurrentSysTimeInMicrosecond(uint64_t &outTime);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_tag_assets.cpp43 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 Drelational_store_sqlite_ext.cpp151 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 Dquery_sync_water_mark_helper.cpp181 int errCode = OS::GetCurrentSysTimeInMicrosecond(queryWaterMark.lastUsedTime); in UpdateCacheAndSave()
196 int errCode = OS::GetCurrentSysTimeInMicrosecond(queryWaterMark.lastUsedTime); in PutQueryWaterMarkToDB()
H A Dmeta_data.cpp960 errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in InitLocalMetaData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp54 int errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1724 (void)OS::GetCurrentSysTimeInMicrosecond(beginTime);
1727 (void)OS::GetCurrentSysTimeInMicrosecond(endTime);
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2436 (void)OS::GetCurrentSysTimeInMicrosecond(beginTime);
2439 (void)OS::GetCurrentSysTimeInMicrosecond(endTime);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp628 return OS::GetCurrentSysTimeInMicrosecond(outTime); in GetDatabaseCreateTimestamp()