Home
last modified time | relevance | path

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

/test/vts-testcase/fuzz/iface_fuzzer/include/
DProtoFuzzerRunner.h32 const CompSpec *comp_spec_;
43 explicit ProtoFuzzerRunner(const std::vector<CompSpec> &comp_specs);
63 const CompSpec *FindCompSpec(std::string);
68 DriverBase *LoadInterface(const CompSpec &, uint64_t);
73 std::unordered_map<std::string, CompSpec> comp_specs_;
DProtoFuzzerUtils.h35 using CompSpec = ComponentSpecificationMessage; variable
73 std::vector<CompSpec> comp_specs_;
89 const CompSpec &FindCompSpec(const std::vector<CompSpec> &,
95 const std::vector<CompSpec> &);
DProtoFuzzerMutator.h73 const CompSpec *RandomSelectIface(const IfaceDescTbl &);
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp40 static string GetDriverName(const CompSpec &comp_spec) { in GetDriverName()
49 static string GetServiceName(const CompSpec &comp_spec) { in GetServiceName()
126 DriverBase *ProtoFuzzerRunner::LoadInterface(const CompSpec &comp_spec, in LoadInterface()
149 ProtoFuzzerRunner::ProtoFuzzerRunner(const vector<CompSpec> &comp_specs) { in ProtoFuzzerRunner()
159 const CompSpec *comp_spec = FindCompSpec(iface_name); in Init()
221 const CompSpec *comp_spec = FindCompSpec(iface_name); in ProcessReturnValue()
237 const CompSpec *ProtoFuzzerRunner::FindCompSpec(std::string name) { in FindCompSpec()
DProtoFuzzerUtils.cpp68 static void TrimCompSpec(CompSpec *comp_spec) { in TrimCompSpec()
81 static vector<CompSpec> ExtractCompSpecs(string arg) { in ExtractCompSpecs()
82 vector<CompSpec> result{}; in ExtractCompSpecs()
97 CompSpec comp_spec{}; in ExtractCompSpecs()
167 const vector<CompSpec> &specs) { in ExtractPredefinedTypes()
DProtoFuzzerMutator.cpp103 const CompSpec *ProtoFuzzerMutator::RandomSelectIface(const IfaceDescTbl &tbl) { in RandomSelectIface()
115 const CompSpec *comp_spec = RandomSelectIface(tbl); in RandomGen()
146 const CompSpec *comp_spec = RandomSelectIface(tbl); in Mutate()