Lines Matching refs:to_string
576 kMetaVersionStr.c_str(), to_string(level).c_str());
1631 return "compatibility_matrix." + to_string(static_cast<Level>(i)) + ".xml"; in getFileName()
1905 to_string(static_cast<Level>(targetFcm)) + "\">\n"; in expectKernelFcmVersion()
1907 xml += " <kernel target-level=\"" + to_string(kernelFcm) + "\"/>\n"; in expectKernelFcmVersion()
2122 android::base::StringReplace(to_string(kernelInfo.version()), ".", "_", true) + "_" + in PrintKernelTestParam()
2125 (targetFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(targetFcm)) + in PrintKernelTestParam()
2127 (kernelFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(kernelFcm)) + in PrintKernelTestParam()
2164 ret += "_TargetFcm" + (targetFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(targetFcm)); in GkiPrintKernelTestParam()
2165 ret += "_KernelFcm" + (kernelFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(kernelFcm)); in GkiPrintKernelTestParam()
2343 to_string(static_cast<Level>(level)).c_str()); in expectTargetFcmVersion()
2378 android::base::StringPrintf(R"( min-level="%s")", to_string(minLevel).c_str()); in getFragment()
2382 android::base::StringPrintf(R"( max-level="%s")", to_string(maxLevel).c_str()); in getFragment()
2388 return android::base::StringPrintf(format, to_string(halFormat).c_str(), halAttrs.c_str(), in getFragment()
2532 auto name = "Level" + std::to_string(level); in OemFcmLevelTestParamToString()
2801 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::P).c_str(), in SetUp()
2802 to_string(HalFormat::HIDL).c_str(), to_string(Version{2, 0}).c_str()), in SetUp()
2804 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::Q).c_str(), in SetUp()
2805 to_string(HalFormat::HIDL).c_str(), to_string(Version{2, 0}).c_str()), in SetUp()
2807 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::R).c_str(), in SetUp()
2808 to_string(HalFormat::HIDL).c_str(), to_string(Version{2, 1}).c_str()), in SetUp()
2810 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::S).c_str(), in SetUp()
2811 to_string(HalFormat::HIDL).c_str(), to_string(Version{2, 1}).c_str()), in SetUp()
2813 to_string(Level::T).c_str(), in SetUp()
2814 to_string(HalFormat::AIDL).c_str(), to_string(1).c_str()), in SetUp()
2822 to_string(GetParam().targetLevel).c_str(), in SetUp()
2823 to_string(std::get<Version>(GetParam().halVersion)).c_str())); in SetUp()
2830 to_string(GetParam().targetLevel).c_str(), in SetUp()
2831 to_string(std::get<size_t>(GetParam().halVersion)).c_str())); in SetUp()
2864 [](const auto& info) { return to_string(info.param); }); in __anonecfeaa052202()
2958 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), in SetUp()
2959 composerHidlHalName, to_string(VersionRange{2, 1, 2}).c_str()); in SetUp()
2961 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), in SetUp()
2962 composerHidlHalName, to_string(VersionRange{2, 1, 3}).c_str()); in SetUp()
2964 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), in SetUp()
2965 composerHidlHalName, to_string(VersionRange{2, 1, 4}).c_str()); in SetUp()
2967 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), in SetUp()
2968 composerHidlHalName, to_string(VersionRange{2, 1, 4}).c_str()); in SetUp()
2970 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::AIDL).c_str(), in SetUp()
2976 to_string(Level::P).c_str(), requiresHidl2_1To2_2.c_str()), in SetUp()
2978 to_string(Level::Q).c_str(), requiresHidl2_1To2_3.c_str()), in SetUp()
2980 to_string(Level::R).c_str(), requiresHidl2_1To2_4.c_str()), in SetUp()
2982 to_string(Level::S).c_str(), requiresHidl2_1To2_4.c_str()), in SetUp()
2984 to_string(Level::T).c_str(), in SetUp()
2996 to_string(std::get<Version>(*param.halVersion)).c_str()); in SetUp()
3001 to_string(std::get<size_t>(*param.halVersion)).c_str()); in SetUp()
3012 to_string(param.targetLevel).c_str(), vendorHalFragment.c_str())); in SetUp()
3043 [](const auto& info) { return to_string(info.param); }); in __anonecfeaa052302()
3064 to_string(Level::S).c_str(), "4.19.191", "5.4.86", "5.10.43"), in TEST_F()
3074 to_string(Level::S).c_str(), "4.19.191", "5.4.86", "5.10.43"), in TEST_F()
3076 to_string(Level::T).c_str(), "5.4.86", "5.10.107", "5.15.41"), in TEST_F()
3087 to_string(Level::S).c_str(), "4.19.191", "5.4.86", "5.10.43"), in TEST_F()
3089 to_string(Level::S).c_str(), "5.4.86", "5.10.107", "5.15.41"), in TEST_F()