Home
last modified time | relevance | path

Searched refs:E_TABLE_REFERENCE_CHANGED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp78 { -E_TABLE_REFERENCE_CHANGED, PROPERTY_CHANGED },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h179 constexpr int E_TABLE_REFERENCE_CHANGED = (E_BASE + 204); // table reference is changed variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp382 if (errCode != -E_TABLE_REFERENCE_CHANGED) { in SetReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp681 return clearWaterMarkTables.empty() ? E_OK : -E_TABLE_REFERENCE_CHANGED; in SetReference()
H A Dsqlite_relational_store.cpp1349 if (errCode != E_OK && errCode != -E_TABLE_REFERENCE_CHANGED) { in SetReference()