Home
last modified time | relevance | path

Searched refs:checkVersion (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.h110 bool IsRemoteLowVersion(uint32_t checkVersion);
H A Dtime_sync.cpp670 bool TimeSync::IsRemoteLowVersion(uint32_t checkVersion) in IsRemoteLowVersion() argument
674 return errCode == -E_NOT_FOUND || (version < checkVersion - SOFTWARE_VERSION_EARLIEST); in IsRemoteLowVersion()