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.cpp40 static string GetVersionString(const CompSpec &comp_spec) { in GetVersionString()
47 static string GetDriverName(const CompSpec &comp_spec) { in GetDriverName()
54 static string GetServiceName(const CompSpec &comp_spec) { in GetServiceName()
128 DriverBase *ProtoFuzzerRunner::LoadInterface(const CompSpec &comp_spec, in LoadInterface()
153 for (const auto &comp_spec : comp_specs) { in ProtoFuzzerRunner() local
163 const CompSpec *comp_spec = FindCompSpec(iface_name); in Init() local
224 const CompSpec *comp_spec = FindCompSpec(iface_name); in ProcessReturnValue() local
241 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()