Home
last modified time | relevance | path

Searched defs:comp_spec (Results 1 – 5 of 5) sorted by relevance

/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp38 static string GetVersionString(const CompSpec &comp_spec) { in GetVersionString()
45 static string GetDriverName(const CompSpec &comp_spec) { in GetDriverName()
52 static string GetServiceName(const CompSpec &comp_spec) { in GetServiceName()
124 DriverBase *ProtoFuzzerRunner::LoadInterface(const CompSpec &comp_spec, in LoadInterface()
149 for (const auto &comp_spec : comp_specs) { in ProtoFuzzerRunner() local
159 const CompSpec *comp_spec = FindCompSpec(iface_name); in Init() local
220 const CompSpec *comp_spec = FindCompSpec(iface_name); in ProcessReturnValue() local
237 auto comp_spec = comp_specs_.find(name); in FindCompSpec() local
DProtoFuzzerUtils.cpp70 static void TrimCompSpec(CompSpec *comp_spec) { in TrimCompSpec()
97 CompSpec comp_spec{}; in ExtractCompSpecs() local
174 for (const auto &comp_spec : specs) { in ExtractPredefinedTypes() local
DProtoFuzzerMutator.cpp115 const CompSpec *comp_spec = RandomSelectIface(tbl); in RandomGen() local
146 const CompSpec *comp_spec = RandomSelectIface(tbl); in Mutate() local
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.h28 explicit HalHidlFuzzerCodeGen(const ComponentSpecificationMessage &comp_spec) in HalHidlFuzzerCodeGen()
DFuzzerCodeGenBase.h35 explicit FuzzerCodeGenBase(const ComponentSpecificationMessage &comp_spec) in FuzzerCodeGenBase()