Home
last modified time | relevance | path

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

/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp128 DriverBase *ProtoFuzzerRunner::LoadInterface(const CompSpec &comp_spec, in LoadInterface()
151 ProtoFuzzerRunner::ProtoFuzzerRunner(const vector<CompSpec> &comp_specs, in ProtoFuzzerRunner() function in android::vts::fuzzer::ProtoFuzzerRunner
162 void ProtoFuzzerRunner::Init(const string &iface_name, bool binder_mode) { in Init()
183 void ProtoFuzzerRunner::Execute(const ExecSpec &exec_spec) { in Execute()
189 void ProtoFuzzerRunner::Execute(const FuncCall &func_call) { in Execute()
214 void ProtoFuzzerRunner::ProcessReturnValue(const FuncSpec &result) { in ProcessReturnValue()
240 const CompSpec *ProtoFuzzerRunner::FindCompSpec(std::string name) { in FindCompSpec()
DProtoFuzzerMain.cpp65 static unique_ptr<ProtoFuzzerRunner> runner;
117 runner = make_unique<ProtoFuzzerRunner>(params.comp_specs_, in LLVMFuzzerInitialize()
DAndroid.bp21 "ProtoFuzzerRunner.cpp",
/test/vts-testcase/fuzz/iface_fuzzer/include/
DProtoFuzzerRunner.h41 class ProtoFuzzerRunner {
43 explicit ProtoFuzzerRunner(const std::vector<CompSpec> &comp_specs,