Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.h28 struct VirtualDataItem { struct
29 Key key;
30 Value value;
31 Timestamp timestamp = 0;
32 Timestamp writeTimestamp = 0;
33 uint64_t flag = 0;
34 bool isLocal = true;
35 uint32_t deviceId = 0; // 0: means local
36 static const uint64_t DELETE_FLAG = 0x01;
37 static const uint64_t LOCAL_FLAG = 0x02;