Home
last modified time | relevance | path

Searched refs:E_INVALID_SCHEMA (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp38 { -E_INVALID_SCHEMA, INVALID_SCHEMA },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp56 return -E_INVALID_SCHEMA; in SetCloudDbSchema()
584 return -E_INVALID_SCHEMA; in GetCompensatedSyncQuery()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h95 constexpr int E_INVALID_SCHEMA = (E_BASE + 74); // the schema is invalid variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp194 return -E_INVALID_SCHEMA; in CheckAndTransferAutoLaunchParam()