Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
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()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store_connection.cpp1495 …bool isLocalLastest = updateTimestamp ? true : (localRecord.timestamp > syncRecord.writeTimestamp); in PublishLocalCallback() local