Home
last modified time | relevance | path

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

/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerMutator.cpp124 FuncSpec rand_api = RandomGen(iface_spec.api(rand_api_idx)); in RandomGen() local
125 *rand_call.mutable_api() = rand_api; in RandomGen()
141 const FuncSpec &rand_api = exec_spec->function_call(idx).api(); in Mutate() local
142 *exec_spec->mutable_function_call(idx)->mutable_api() = Mutate(rand_api); in Mutate()