Home
last modified time | relevance | path

Searched refs:E_IGNORE_DATA (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h116 constexpr int E_IGNORE_DATA = (E_BASE + 95); // ignore the data changed by other devices and ignore… variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1276 return -E_IGNORE_DATA; in IdentifyCloudType()
1299 return -E_IGNORE_DATA; in IdentifyCloudTypeInner()
1315 return -E_IGNORE_DATA; in IdentifyCloudTypeInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp1317 return -E_IGNORE_DATA; in PrepareForNotifyConflictAndObserver()
1319 return ResetSaveSyncStatements(-E_IGNORE_DATA); in PrepareForNotifyConflictAndObserver()
1363 if (errCode == -E_IGNORE_DATA) { in SaveSyncDataItem()
H A Dsqlite_single_ver_storage_executor_cache.cpp758 if (errCode == -E_IGNORE_DATA) { in PutIntoConflictAndCommitForMigrateCache()
H A Dsqlite_cloud_kv_executor_utils.cpp126 if (errCode == -E_IGNORE_DATA) { in GetCloudDataForSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp522 return -E_IGNORE_DATA; in CheckAndCacheTrackerSchema()
H A Dsqlite_relational_store.cpp1290 return errCode == -E_IGNORE_DATA ? E_OK : errCode; in SetTrackerTable()
H A Dsqlite_single_ver_relational_storage_executor.cpp1671 if (errCode == -E_IGNORE_DATA) { in GetCloudDataForSync()