Home
last modified time | relevance | path

Searched refs:FUZZ_MAX_NAME_LEN (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/test/fuzztest/host/setlocalname_fuzzer/
H A Dsetlocalname_fuzzer.cpp23 const size_t FUZZ_MAX_NAME_LEN = 10; variable
32 int len = (size > FUZZ_MAX_NAME_LEN) ? FUZZ_MAX_NAME_LEN : size; in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds