Searched defs:comp_spec (Results 1 – 5 of 5) sorted by relevance
38 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() local159 const CompSpec *comp_spec = FindCompSpec(iface_name); in Init() local220 const CompSpec *comp_spec = FindCompSpec(iface_name); in ProcessReturnValue() local237 auto comp_spec = comp_specs_.find(name); in FindCompSpec() local
70 static void TrimCompSpec(CompSpec *comp_spec) { in TrimCompSpec()97 CompSpec comp_spec{}; in ExtractCompSpecs() local174 for (const auto &comp_spec : specs) { in ExtractPredefinedTypes() local
115 const CompSpec *comp_spec = RandomSelectIface(tbl); in RandomGen() local146 const CompSpec *comp_spec = RandomSelectIface(tbl); in Mutate() local
28 explicit HalHidlFuzzerCodeGen(const ComponentSpecificationMessage &comp_spec) in HalHidlFuzzerCodeGen()
35 explicit FuzzerCodeGenBase(const ComponentSpecificationMessage &comp_spec) in FuzzerCodeGenBase()