Searched refs:isHashKeyExisted (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.cpp | 1230 …const DataItem &itemGet, const DeviceInfo &deviceInfo, bool isHashKeyExisted, bool isPermitForceWr… in JudgeSyncSaveType() argument 1235 if (isHashKeyExisted) { in JudgeSyncSaveType() 1290 const DeviceInfo &devInfo, bool isHashKeyExisted, int policy) in IsNeedIgnoredData() argument 1293 return (((itemGet.origDev.empty() && isHashKeyExisted) || itemPut.origDev.empty()) && in IsNeedIgnoredData() 1312 bool isHashKeyExisted = (errCode != -E_NOT_FOUND); in PrepareForNotifyConflictAndObserver() local 1313 …if (IsNeedIgnoredData(dataItem, notify.getData, deviceInfo, isHashKeyExisted, conflictResolvePolic… in PrepareForNotifyConflictAndObserver() 1322 notify.dataStatus = JudgeSyncSaveType(dataItem, notify.getData, deviceInfo, isHashKeyExisted, in PrepareForNotifyConflictAndObserver()
|
H A D | sqlite_single_ver_storage_executor.h | 232 const DeviceInfo &deviceInfo, bool isHashKeyExisted, bool isPermitForceWrite = true);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.cpp | 764 bool isHashKeyExisted = (errCode != -E_NOT_FOUND); in PrepareForNotifyConflictAndObserver() local 768 if (isHashKeyExisted) { in PrepareForNotifyConflictAndObserver()
|