Home
last modified time | relevance | path

Searched refs:MAX_MACLLOC_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/unregdatalevelchangecb_fuzzer/
H A Dunregdatalevelchangecb_fuzzer.cpp25 #define MAX_MACLLOC_SIZE (4000 * 1000) macro
30 if (data == nullptr || size == 0 || size > MAX_MACLLOC_SIZE) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/setdatalevel_fuzzer/
H A Dsetdatalevel_fuzzer.cpp25 #define MAX_MACLLOC_SIZE (4000 * 1000) macro
30 if (data == nullptr || size == 0 || size > MAX_MACLLOC_SIZE || size < sizeof(DataLevel)) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/regdatalevelchangecb_fuzzer/
H A Dregdatalevelchangecb_fuzzer.cpp25 #define MAX_MACLLOC_SIZE (4000 * 1000) macro
40 if (data == nullptr || size == 0 || size > MAX_MACLLOC_SIZE) { in DoSomethingInterestingWithMyAPI()