Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_publish_test.cpp58 void ResetCallbackArg(bool isLocalLastest = false) in ResetCallbackArg()
70 void ConflictCallback(const Entry &local, const Entry *sync, bool isLocalLastest) in ConflictCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp1461 …bool isLocalLastest = updateTimestamp ? true : (localRecord.timestamp > syncRecord.writeTimestamp); in PublishLocalCallback() local