Searched refs:OutputProfileType (Results 1 – 1 of 1) sorted by relevance
280 enum class OutputProfileType { enum288 OutputProfileType* out) { in ParseOutputProfileType()293 *out = OutputProfileType::kApp; in ParseOutputProfileType()295 *out = OutputProfileType::kBoot; in ParseOutputProfileType()297 *out = OutputProfileType::kBprof; in ParseOutputProfileType()313 output_profile_type_(OutputProfileType::kApp), in ProfMan()1735 bool for_boot_image = GetOutputProfileType() == OutputProfileType::kBoot; in CreateProfile()1765 OutputProfileType GetOutputProfileType() const { in GetOutputProfileType()1933 OutputProfileType output_profile_type_;1973 if (profman.GetOutputProfileType() == OutputProfileType::kBprof) { in profman()