Home
last modified time | relevance | path

Searched defs:getDbLocalTimeOffset (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp185 const std::function<Timestamp()> &getDbLocalTimeOffset) in GetTime()
357 …t std::function<Timestamp()> &getDbMaxTimestamp, const std::function<Timestamp()> &getDbLocalTimeO… in GetTime()
562 std::function<Timestamp()> getDbLocalTimeOffset = [db]() -> Timestamp { in GetSysTime() local