Home
last modified time | relevance | path

Searched refs:E_LOCAL_COVERED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp48 { -E_LOCAL_COVERED, LOCAL_COVERED },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h103 constexpr int E_LOCAL_COVERED = (E_BASE + 82); // local data is covered by the sync data while unpu… variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp1604 innerErrCode = -E_LOCAL_COVERED; in UnpublishInner()