Home
last modified time | relevance | path

Searched refs:GetMonotonicRelativeTimeInMicrosecond (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dplatform_specific.h58 int GetMonotonicRelativeTimeInMicrosecond(uint64_t &outTime);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dtime_helper.cpp150 int errCode = OS::GetMonotonicRelativeTimeInMicrosecond(time); in GetMonotonicTime()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtime_tick_monitor.cpp172 int errCode = OS::GetMonotonicRelativeTimeInMicrosecond(time); in GetMonotonicTime()
H A Dplatform_specific.cpp195 int GetMonotonicRelativeTimeInMicrosecond(uint64_t &outTime) in GetMonotonicRelativeTimeInMicrosecond() function
511 int GetMonotonicRelativeTimeInMicrosecond(uint64_t &outTime)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp248 …OS::GetMonotonicRelativeTimeInMicrosecond(microsecond); // It is not very possible to fail, if so … in GetTime()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp179 (void)OS::GetMonotonicRelativeTimeInMicrosecond(lastMonotonicTime_); in Initialize()
201 (void)OS::GetMonotonicRelativeTimeInMicrosecond(currentMonotonicTime); in GetTime()
225 (void)OS::GetMonotonicRelativeTimeInMicrosecond(currentMonotonicTime); in TimeSkew()