/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_observer_test.cpp | 149 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 D | distributeddb_interfaces_nb_transaction_test.cpp | 476 ASSERT_EQ(g_kvNbDelegatePtr->PutBatch(entrys1), OVER_MAX_LIMITS); 479 ASSERT_EQ(g_kvNbDelegatePtr->DeleteBatch(keys1), OVER_MAX_LIMITS);
|
H A D | distributeddb_interfaces_nb_delegate_schema_put_test.cpp | 454 EXPECT_EQ(g_kvStore->GetEntries(query, resultSet), OVER_MAX_LIMITS);
|
H A D | distributeddb_interfaces_auto_launch_test.cpp | 498 EXPECT_EQ(status, OVER_MAX_LIMITS);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_errno.cpp | 34 { -E_MAX_LIMITS, OVER_MAX_LIMITS }, 68 { -E_REMOTE_OVER_SIZE, OVER_MAX_LIMITS },
|
H A D | kv_store_nb_delegate_impl.cpp | 394 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 D | store_errno.h | 170 OVER_MAX_LIMITS = DISTRIBUTEDDATAMGR_ERR_OFFSET + 33, enumerator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_util.cpp | 148 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 D | js_error_utils.cpp | 33 { Status::OVER_MAX_LIMITS, 15100001, "Over max limits." },
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_util.cpp | 49 { DBStatus::OVER_MAX_LIMITS, Status::OVER_MAX_LIMITS },
|
H A D | single_store_impl.cpp | 270 return (realType == type) ? OVER_MAX_LIMITS : STORE_ALREADY_SUBSCRIBE; in SubscribeKvStore()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 36 OVER_MAX_LIMITS, enumerator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_local_batch_crud_test.cpp | 604 …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 D | distributeddb_nb_predicate_query_test.cpp | 1881 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 D | distributeddb_nb_batch_crud_test.cpp | 1603 … 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 D | distributeddb_nb_cursor_testcase.cpp | 1436 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 D | sync_operation.cpp | 349 { static_cast<int>(OP_MAX_LIMITS), OVER_MAX_LIMITS }, in DBStatusTrans()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | single_store_impl_test.cpp | 375 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 D | kvdb_service_impl_test.cpp | 694 … 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 D | distributeddb_relational_remote_query_test.cpp | 223 EXPECT_EQ(g_delegate->RemoteQuery(device, sqlCondition, 5000, result), OVER_MAX_LIMITS);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.cpp | 1268 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 D | kvdb_general_store.cpp | 72 { DBStatus::OVER_MAX_LIMITS, GenErr::E_OVER_MAX_LIMITS },
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_impl.cpp | 41 case OVER_MAX_LIMITS: in ConvertCJErrCode()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_subscribe_sync_test.cpp | 824 …RUE(g_schemaKvDelegatePtr->SubscribeRemoteQuery(devices, nullptr, query, true) == OVER_MAX_LIMITS);
|
H A D | distributeddb_single_ver_p2p_query_sync_test.cpp | 532 …EQ(g_tool.SyncTest(g_kvDelegatePtr, devices, SYNC_MODE_PUSH_ONLY, result, query), OVER_MAX_LIMITS);
|