Home
last modified time | relevance | path

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

/test/vts-testcase/fuzz/iface_fuzzer/include/
DProtoFuzzerUtils.h37 using CompSpec = ComponentSpecificationMessage; variable
75 std::vector<CompSpec> comp_specs_;
89 vector<CompSpec> ExtractCompSpecs(const vector<string> &dirs);
95 const CompSpec &FindCompSpec(const std::vector<CompSpec> &,
101 const std::vector<CompSpec> &);
DProtoFuzzerRunner.h32 const CompSpec *comp_spec_;
43 explicit ProtoFuzzerRunner(const std::vector<CompSpec> &comp_specs,
64 const CompSpec *FindCompSpec(std::string);
69 DriverBase *LoadInterface(const CompSpec &, uint64_t);
74 std::unordered_map<std::string, CompSpec> comp_specs_;
DProtoFuzzerMutator.h73 const CompSpec *RandomSelectIface(const IfaceDescTbl &);
/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()
151 ProtoFuzzerRunner::ProtoFuzzerRunner(const vector<CompSpec> &comp_specs, in ProtoFuzzerRunner()
163 const CompSpec *comp_spec = FindCompSpec(iface_name); in Init()
224 const CompSpec *comp_spec = FindCompSpec(iface_name); in ProcessReturnValue()
240 const CompSpec *ProtoFuzzerRunner::FindCompSpec(std::string name) { in FindCompSpec()
DProtoFuzzerUtils.cpp70 static void TrimCompSpec(CompSpec *comp_spec) { in TrimCompSpec()
83 vector<CompSpec> ExtractCompSpecs(const vector<string> &dirs) { in ExtractCompSpecs()
84 vector<CompSpec> result{}; in ExtractCompSpecs()
97 CompSpec comp_spec{}; in ExtractCompSpecs()
172 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()
DProtoFuzzerStaticParams.cpp44 const vector<CompSpec> &comp_specs) { in FindAnyIfaceFQName()