Home
last modified time | relevance | path

Searched defs:blobSize (Results 1 – 15 of 15) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/returning_fuzzer/
Dreturning_fuzzer.cpp122 int blobSize = provider.ConsumeIntegralInRange<size_t>(MIN_BLOB_SIZE, MAX_BLOB_SIZE); in MakeRandomBucket() local
165 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(MIN_BLOB_SIZE, MAX_BLOB_SIZE); in BatchInsertReturningFuzz() local
197 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(MIN_BLOB_SIZE, MAX_BLOB_SIZE); in UpdateReturningFuzz() local
253 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(MIN_BLOB_SIZE, MAX_BLOB_SIZE); in ExecuteExtReturningFuzz() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/sharedblock_fuzzer/
Dsharedblock_fuzzer.cpp110 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(MIN_BLOB_SIZE, MAX_BLOB_SIZE); in SharedBlockFuzz() local
140 size_t blobSize = 0; in SharedBlockFuzz() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_cache.cpp264 uint16_t blobSize = blob.size(); in WriteStorageBlobToFile() local
287 uint16_t blobSize = 0; in ReadStorageBlobFromFile() local
/foundation/distributeddatamgr/kv_store/test/fuzztest/blob_fuzzer/
Dblob_fuzzer.cpp63 size_t blobSize = fuzzer.ConsumeIntegralInRange<size_t>(1, 50); in LLVMFuzzerTestOneInput() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbstore_fuzzer/
Drdbstore_fuzzer.cpp102 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(MIN_BLOB_SIZE, MAX_BLOB_SIZE); in InsertData() local
141 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(MIN_BLOB_SIZE, MAX_BLOB_SIZE); in BatchInsertData() local
214 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(MIN_BLOB_SIZE, MAX_BLOB_SIZE); in RdbUpdateFuzz() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbrdutils_fuzzer/
Drdbrdutils_fuzzer.cpp53 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(MIN_BLOB_SIZE, MAX_BLOB_SIZE); in RdSqlBindBlobFuzzTest() local
/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/softbustlvutils_fuzzer/
Dsoftbustlvutils_fuzzer.cpp90 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(0, MAX_TLV_BINARY_LENGTH); in DoSomethingInterestingWithMyAPI() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
Dblob.cpp210 int blobSize = *reinterpret_cast<const int *>(cursorPtr); in ReadFromBuffer() local
/foundation/distributeddatamgr/relational_store/test/ndk/fuzztest/valuebucket_fuzzer/
Dvaluebucket_fuzzer.cpp58 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(minBlobSize, maxBlobSize); in putBlobFuzzTest() local
/foundation/distributeddatamgr/relational_store/test/ndk/fuzztest/datavalue_fuzzer/
Ddatavalue_fuzzer.cpp108 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(minBlobSize, maxBlobSize); in DataValuePutFuzzTest() local
/foundation/distributeddatamgr/kv_store/test/fuzztest/typesutil_fuzzer/
Dtypesutil_fuzzer.cpp64 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(1, 50); in VecFuzz() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Drofs_filesystem.cpp174 RoFileSystem::RoFileSystem(const void* const blob, size_t blobSize) in RoFileSystem()
/foundation/distributeddatamgr/relational_store/test/ndk/fuzztest/oh_data_value_fuzzer/
Doh_data_value_fuzzer.cpp104 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(BLOBSIZE_MIN, BLOBSIZE_MAX); in OH_Value_PutBlobFuzz() local
/foundation/distributeddatamgr/relational_store/test/ndk/fuzztest/relationalstore_fuzzer/
Drelationalstore_fuzzer.cpp161 size_t blobSize = provider.ConsumeIntegralInRange<size_t>(minBlobSize, maxBlobSize); in CreateOHVBucket() local
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
Dnetfirewall_db_helper.cpp75 size_t blobSize = blob.size(); in BlobToDomainList() local
122 size_t blobSize = blob.size(); in BlobToList() local