Home
last modified time | relevance | path

Searched refs:OVER_MAX_LIMITS (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_observer_test.cpp149 EXPECT_EQ(g_delegate->RegisterObserver(observerArr[i]), OVER_MAX_LIMITS);
175 EXPECT_EQ(g_delegate->RegisterObserver(observerArr[i]), OVER_MAX_LIMITS);
218 EXPECT_EQ(delegate->RegisterObserver(observerArr[i]), OVER_MAX_LIMITS);
257 EXPECT_EQ(g_delegate->RegisterObserver(observerArr[i]), OVER_MAX_LIMITS);
276 EXPECT_EQ(delegate->RegisterObserver(observerArr1[i]), OVER_MAX_LIMITS);
H A Ddistributeddb_interfaces_nb_transaction_test.cpp476 ASSERT_EQ(g_kvNbDelegatePtr->PutBatch(entrys1), OVER_MAX_LIMITS);
479 ASSERT_EQ(g_kvNbDelegatePtr->DeleteBatch(keys1), OVER_MAX_LIMITS);
H A Ddistributeddb_interfaces_nb_delegate_schema_put_test.cpp454 EXPECT_EQ(g_kvStore->GetEntries(query, resultSet), OVER_MAX_LIMITS);
H A Ddistributeddb_interfaces_auto_launch_test.cpp498 EXPECT_EQ(status, OVER_MAX_LIMITS);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp34 { -E_MAX_LIMITS, OVER_MAX_LIMITS },
68 { -E_REMOTE_OVER_SIZE, OVER_MAX_LIMITS },
H A Dkv_store_nb_delegate_impl.cpp394 return OVER_MAX_LIMITS; in RegisterDeviceObserver()
443 return OVER_MAX_LIMITS; in RegisterCloudObserver()
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dstore_errno.h170 OVER_MAX_LIMITS = DISTRIBUTEDDATAMGR_ERR_OFFSET + 33, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp148 case DBStatus::OVER_MAX_LIMITS: in ConvertStatus()
149 return Status::OVER_MAX_LIMITS; in ConvertStatus()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_error_utils.cpp33 { Status::OVER_MAX_LIMITS, 15100001, "Over max limits." },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp49 { DBStatus::OVER_MAX_LIMITS, Status::OVER_MAX_LIMITS },
H A Dsingle_store_impl.cpp270 return (realType == type) ? OVER_MAX_LIMITS : STORE_ALREADY_SUBSCRIBE; in SubscribeKvStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h36 OVER_MAX_LIMITS, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_local_batch_crud_test.cpp604 …CT_EQ(DistributedDBNbTestTools::PutLocalBatch(*g_nbLocalBatchDelegate, entries2), OVER_MAX_LIMITS);
614 …CT_EQ(DistributedDBNbTestTools::DeleteLocalBatch(*g_nbLocalBatchDelegate, keys1), OVER_MAX_LIMITS);
620 EXPECT_EQ(g_nbLocalBatchDelegate->Delete(KEY_1), OVER_MAX_LIMITS);
629 …CT_EQ(DistributedDBNbTestTools::DeleteLocalBatch(*g_nbLocalBatchDelegate, keys2), OVER_MAX_LIMITS);
H A Ddistributeddb_nb_predicate_query_test.cpp1881 EXPECT_EQ(delegate->GetEntries(queryLikeOverMax, entriesResult), OVER_MAX_LIMITS);
1883 EXPECT_EQ(delegate->GetEntries(queryNotLikeOverMax, entriesResult), OVER_MAX_LIMITS);
1902 EXPECT_EQ(delegate->GetEntries(query7, entriesResult), OVER_MAX_LIMITS);
1903 EXPECT_EQ(delegate->GetEntries(query8, entriesResult), OVER_MAX_LIMITS);
H A Ddistributeddb_nb_batch_crud_test.cpp1603 … EXPECT_EQ(DistributedDBNbTestTools::Put(*g_nbBatchCrudDelegate, KEY_1, VALUE_1), OVER_MAX_LIMITS);
1608 EXPECT_EQ(DistributedDBNbTestTools::Delete(*g_nbBatchCrudDelegate, KEY_1), OVER_MAX_LIMITS);
1667 … EXPECT_EQ(DistributedDBNbTestTools::PutBatch(*g_nbBatchCrudDelegate, entries3), OVER_MAX_LIMITS);
H A Ddistributeddb_nb_cursor_testcase.cpp1436 EXPECT_EQ(delegate->GetEntries(KEY_EMPTY, resultSetAll2), OVER_MAX_LIMITS); in ExecuteResultSetDb020()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.cpp349 { static_cast<int>(OP_MAX_LIMITS), OVER_MAX_LIMITS }, in DBStatusTrans()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp375 ASSERT_EQ(status1, OVER_MAX_LIMITS);
376 ASSERT_EQ(status2, OVER_MAX_LIMITS);
412 ASSERT_EQ(status, OVER_MAX_LIMITS);
765 ASSERT_EQ(status, OVER_MAX_LIMITS);
819 ASSERT_EQ(status, OVER_MAX_LIMITS);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp694 … EXPECT_EQ(kvdbServiceImpl_->ConvertDbStatus(DBStatus::OVER_MAX_LIMITS), Status::OVER_MAX_LIMITS);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_remote_query_test.cpp223 EXPECT_EQ(g_delegate->RemoteQuery(device, sqlCondition, 5000, result), OVER_MAX_LIMITS);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp1268 case DBStatus::OVER_MAX_LIMITS: in ConvertDbStatus()
1269 return Status::OVER_MAX_LIMITS; in ConvertDbStatus()
1307 return Status::OVER_MAX_LIMITS; in ConvertGeneralErr()
H A Dkvdb_general_store.cpp72 { DBStatus::OVER_MAX_LIMITS, GenErr::E_OVER_MAX_LIMITS },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp41 case OVER_MAX_LIMITS: in ConvertCJErrCode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp824 …RUE(g_schemaKvDelegatePtr->SubscribeRemoteQuery(devices, nullptr, query, true) == OVER_MAX_LIMITS);
H A Ddistributeddb_single_ver_p2p_query_sync_test.cpp532 …EQ(g_tool.SyncTest(g_kvDelegatePtr, devices, SYNC_MODE_PUSH_ONLY, result, query), OVER_MAX_LIMITS);

12