Home
last modified time | relevance | path

Searched refs:recordCnt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp553 const vector<DistributedDB::Entry> &entries, int recordCnt) in MoveToNextFromBegin() argument
555 bool result = (static_cast<int>(entries.size()) >= recordCnt); in MoveToNextFromBegin()
562 …for (int position = -1; position < recordCnt; ++position) { // the first pos after getentries is -… in MoveToNextFromBegin()
564 if (position < (recordCnt - 1)) { in MoveToNextFromBegin()
579 if (position < (recordCnt - 1)) { in MoveToNextFromBegin()
H A Ddistributed_test_tools.cpp1325 bool DistributedTestTools::VerifyDbRecordCnt(KvStoreNbDelegate *&delegate, unsigned int recordCnt, … argument
1341 if (status == OK && entries.size() == recordCnt) {
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp358 std::size_t recordCnt = webData->GetRecordCount(); in RebuildWebviewPasteData() local
359 if (recordCnt >= 1) { in RebuildWebviewPasteData()
360 webData->RemoveRecordAt(recordCnt - 1); in RebuildWebviewPasteData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h245 const std::vector<DistributedDB::Entry> &entries, int recordCnt);
H A Ddistributed_test_tools.h408 … static bool VerifyDbRecordCnt(DistributedDB::KvStoreNbDelegate *&delegate, unsigned int recordCnt,