Home
last modified time | relevance | path

Searched refs:E_MAX_LIMITS (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsubscribe_manager.cpp215 return -E_MAX_LIMITS; in LocalSubscribeLimitCheck()
222 return -E_MAX_LIMITS; in LocalSubscribeLimitCheck()
264 return -E_MAX_LIMITS; in ReserveSubscribeQuery()
268 return -E_MAX_LIMITS; in ReserveSubscribeQuery()
273 return -E_MAX_LIMITS; in ReserveSubscribeQuery()
H A Dremote_executor.cpp391 return -E_MAX_LIMITS; in RemoteQueryInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp34 { -E_MAX_LIMITS, OVER_MAX_LIMITS },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.cpp106 return -E_MAX_LIMITS; in GetResultSet()
159 return -E_MAX_LIMITS; in GetResultSet()
H A Drd_utils.cpp64 { GRD_OVER_LIMIT, -E_MAX_LIMITS },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h55 constexpr int E_MAX_LIMITS = (E_BASE + 34); // over max limits. variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_kv_syncer.cpp190 return -E_MAX_LIMITS; in SyncConditionCheck()
H A Dsingle_ver_sync_state_machine.cpp871 { -E_MAX_LIMITS, SyncOperation::OP_MAX_LIMITS }, in GetSyncOperationStatus()
1137 case -E_MAX_LIMITS: in DataRecvErrCodeHandle()
1192 case -E_MAX_LIMITS: in DataAckRecvErrCodeHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp547 return -E_MAX_LIMITS; in GetResultSet()
591 return -E_MAX_LIMITS; in GetResultSet()
826 return -E_MAX_LIMITS; in PutBatchInner()
874 return -E_MAX_LIMITS; in DeleteBatchInner()
H A Dsqlite_query_helper.cpp746 return -E_MAX_LIMITS; in BindFieldValue()
774 return -E_MAX_LIMITS; in ParseQueryExpression()
789 return -E_MAX_LIMITS; in ParseQueryExpression()
H A Dquery_object.cpp454 return -E_MAX_LIMITS; in CheckInKeys()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.cpp86 errCode = -E_MAX_LIMITS; in RegisterObserver()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp785 return -E_MAX_LIMITS; in RemoteQuery()
1218 return -E_MAX_LIMITS; in CheckObjectValid()
1484 return -E_MAX_LIMITS; in CheckParamForUpsertData()
H A Dsqlite_single_relational_storage_engine.cpp222 return -E_MAX_LIMITS; in CreateDistributedTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp438 EXPECT_TRUE(errCode == -E_MAX_LIMITS);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp731 EXPECT_EQ(subManager.LocalSubscribeLimitCheck(deviceAQueies, queryCommonObj), -E_MAX_LIMITS);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp153 return -E_MAX_LIMITS; in EnableKvStoreAutoLaunchParmCheck()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp738 errCode = -E_MAX_LIMITS; in RegisterObserverAction()