Searched refs:OutputProfileType (Results 1 – 1 of 1) sorted by relevance
286 enum class OutputProfileType { enum294 OutputProfileType* out) { in ParseOutputProfileType()299 *out = OutputProfileType::kApp; in ParseOutputProfileType()301 *out = OutputProfileType::kBoot; in ParseOutputProfileType()303 *out = OutputProfileType::kBprof; in ParseOutputProfileType()319 output_profile_type_(OutputProfileType::kApp), in ProfMan()1781 bool for_boot_image = GetOutputProfileType() == OutputProfileType::kBoot; in CreateProfile()1811 OutputProfileType GetOutputProfileType() const { in GetOutputProfileType()1979 OutputProfileType output_profile_type_;2019 if (profman.GetOutputProfileType() == OutputProfileType::kBprof) { in profman()