Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_conflict_entry.h22 struct ConflictData { struct
31 ConflictData oldData; argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h80 struct ConflictData { struct
81 DistributedDB::KvStoreNbConflictType type;
82 DistributedDB::Key key;
83 DistributedDB::Value oldValue;
84 DistributedDB::Value newValue;
85 bool oldIsDeleted = false;
86 bool newIsDeleted = false;
87 bool oldIsNative = false;
88 bool newIsNative = false;