Home
last modified time | relevance | path

Searched defs:SingleVerConflictData (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_transaction_test.cpp47 struct SingleVerConflictData { struct
48 KvStoreNbConflictType type = CONFLICT_NATIVE_ALL;
49 Key key;
50 Value oldValue;
51 Value newValue;
52 bool oldIsDeleted = false;
53 bool newIsDeleted = false;
54 bool oldIsNative = false;
55 bool newIsNative = false;
56 int getoldValueErrCode = 0;
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_register_conflict_test.cpp55 struct SingleVerConflictData { struct
56 KvStoreNbConflictType type = CONFLICT_NATIVE_ALL;
57 Key key;
58 Value oldValue;
59 Value newValue;
60 bool oldIsDeleted = false;
61 bool newIsDeleted = false;
62 bool oldIsNative = false;
63 bool newIsNative = false;
64 int getoldValueErrCode = 0;
[all …]