Lines Matching refs:to_string
1495 return "compatibility_matrix." + std::to_string(static_cast<Level>(i)) + ".xml"; in getFileName()
1519 to_string(static_cast<Level>(level)) + "\"/>"); in expectTargetFcmVersion()
1766 to_string(static_cast<Level>(targetFcm)) + "\">\n"; in expectKernelFcmVersion()
1768 xml += " <kernel target-level=\"" + to_string(kernelFcm) + "\"/>\n"; in expectKernelFcmVersion()
1983 android::base::StringReplace(to_string(kernelInfo.version()), ".", "_", true) + "_" + in PrintKernelTestParam()
1986 (targetFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(targetFcm)) + in PrintKernelTestParam()
1988 (kernelFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(kernelFcm)) + in PrintKernelTestParam()
2025 ret += "_TargetFcm" + (targetFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(targetFcm)); in GkiPrintKernelTestParam()
2026 ret += "_KernelFcm" + (kernelFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(kernelFcm)); in GkiPrintKernelTestParam()
2177 to_string(static_cast<Level>(level)).c_str()); in expectTargetFcmVersion()
2212 android::base::StringPrintf(R"( min-level="%s")", to_string(minLevel).c_str()); in getFragment()
2216 android::base::StringPrintf(R"( max-level="%s")", to_string(maxLevel).c_str()); in getFragment()
2222 return android::base::StringPrintf(format, to_string(halFormat).c_str(), halAttrs.c_str(), in getFragment()
2366 auto name = "Level" + std::to_string(level); in OemFcmLevelTestParamToString()
2573 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::P).c_str(), in SetUp()
2574 to_string(HalFormat::HIDL).c_str(), "true", to_string(Version{2, 0}).c_str()), in SetUp()
2576 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::Q).c_str(), in SetUp()
2577 to_string(HalFormat::HIDL).c_str(), "true", to_string(Version{2, 0}).c_str()), in SetUp()
2579 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::R).c_str(), in SetUp()
2580 to_string(HalFormat::HIDL).c_str(), "true", to_string(Version{2, 1}).c_str()), in SetUp()
2582 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::S).c_str(), in SetUp()
2583 to_string(HalFormat::HIDL).c_str(), "true", to_string(Version{2, 1}).c_str()), in SetUp()
2585 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::T).c_str(), in SetUp()
2586 to_string(HalFormat::AIDL).c_str(), "false", to_string(1).c_str()), in SetUp()
2594 to_string(GetParam().targetLevel).c_str(), in SetUp()
2595 to_string(std::get<Version>(GetParam().halVersion)).c_str())); in SetUp()
2602 to_string(GetParam().targetLevel).c_str(), in SetUp()
2603 to_string(std::get<size_t>(GetParam().halVersion)).c_str())); in SetUp()
2636 [](const auto& info) { return to_string(info.param); }); in __anon285103741d02()
2730 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), "false", in SetUp()
2731 composerHidlHalName, to_string(VersionRange{2, 1, 2}).c_str()); in SetUp()
2733 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), "false", in SetUp()
2734 composerHidlHalName, to_string(VersionRange{2, 1, 3}).c_str()); in SetUp()
2736 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), "false", in SetUp()
2737 composerHidlHalName, to_string(VersionRange{2, 1, 4}).c_str()); in SetUp()
2739 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), "true", in SetUp()
2740 composerHidlHalName, to_string(VersionRange{2, 1, 4}).c_str()); in SetUp()
2742 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::AIDL).c_str(), "true", in SetUp()
2748 to_string(Level::P).c_str(), requiresHidl2_1To2_2.c_str()), in SetUp()
2750 to_string(Level::Q).c_str(), requiresHidl2_1To2_3.c_str()), in SetUp()
2752 to_string(Level::R).c_str(), requiresHidl2_1To2_4.c_str()), in SetUp()
2754 to_string(Level::S).c_str(), requiresHidl2_1To2_4.c_str()), in SetUp()
2756 to_string(Level::T).c_str(), in SetUp()
2768 to_string(std::get<Version>(*param.halVersion)).c_str()); in SetUp()
2773 to_string(std::get<size_t>(*param.halVersion)).c_str()); in SetUp()
2784 to_string(param.targetLevel).c_str(), vendorHalFragment.c_str())); in SetUp()
2815 [](const auto& info) { return to_string(info.param); }); in __anon285103741e02()
2836 to_string(Level::S).c_str(), "4.19.191", "5.4.86", "5.10.43"), in TEST_F()
2846 to_string(Level::S).c_str(), "4.19.191", "5.4.86", "5.10.43"), in TEST_F()
2848 to_string(Level::T).c_str(), "5.4.86", "5.10.107", "5.15.41"), in TEST_F()
2859 to_string(Level::S).c_str(), "4.19.191", "5.4.86", "5.10.43"), in TEST_F()
2861 to_string(Level::S).c_str(), "5.4.86", "5.10.107", "5.15.41"), in TEST_F()