Lines Matching refs:to_string
553 kMetaVersionStr.c_str(), to_string(level).c_str());
1582 return "compatibility_matrix." + to_string(static_cast<Level>(i)) + ".xml"; in getFileName()
1856 to_string(static_cast<Level>(targetFcm)) + "\">\n"; in expectKernelFcmVersion()
1858 xml += " <kernel target-level=\"" + to_string(kernelFcm) + "\"/>\n"; in expectKernelFcmVersion()
2073 android::base::StringReplace(to_string(kernelInfo.version()), ".", "_", true) + "_" + in PrintKernelTestParam()
2076 (targetFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(targetFcm)) + in PrintKernelTestParam()
2078 (kernelFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(kernelFcm)) + in PrintKernelTestParam()
2115 ret += "_TargetFcm" + (targetFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(targetFcm)); in GkiPrintKernelTestParam()
2116 ret += "_KernelFcm" + (kernelFcm == Level::UNSPECIFIED ? "Unspecified" : to_string(kernelFcm)); in GkiPrintKernelTestParam()
2294 to_string(static_cast<Level>(level)).c_str()); in expectTargetFcmVersion()
2329 android::base::StringPrintf(R"( min-level="%s")", to_string(minLevel).c_str()); in getFragment()
2333 android::base::StringPrintf(R"( max-level="%s")", to_string(maxLevel).c_str()); in getFragment()
2339 return android::base::StringPrintf(format, to_string(halFormat).c_str(), halAttrs.c_str(), in getFragment()
2483 auto name = "Level" + std::to_string(level); in OemFcmLevelTestParamToString()
2752 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::P).c_str(), in SetUp()
2753 to_string(HalFormat::HIDL).c_str(), "true", to_string(Version{2, 0}).c_str()), in SetUp()
2755 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::Q).c_str(), in SetUp()
2756 to_string(HalFormat::HIDL).c_str(), "true", to_string(Version{2, 0}).c_str()), in SetUp()
2758 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::R).c_str(), in SetUp()
2759 to_string(HalFormat::HIDL).c_str(), "true", to_string(Version{2, 1}).c_str()), in SetUp()
2761 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::S).c_str(), in SetUp()
2762 to_string(HalFormat::HIDL).c_str(), "true", to_string(Version{2, 1}).c_str()), in SetUp()
2764 systemMatrixHealthFormat, kMetaVersionStr.c_str(), to_string(Level::T).c_str(), in SetUp()
2765 to_string(HalFormat::AIDL).c_str(), "false", to_string(1).c_str()), in SetUp()
2773 to_string(GetParam().targetLevel).c_str(), in SetUp()
2774 to_string(std::get<Version>(GetParam().halVersion)).c_str())); in SetUp()
2781 to_string(GetParam().targetLevel).c_str(), in SetUp()
2782 to_string(std::get<size_t>(GetParam().halVersion)).c_str())); in SetUp()
2815 [](const auto& info) { return to_string(info.param); }); in __anon5aab1a0f2202()
2909 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), "false", in SetUp()
2910 composerHidlHalName, to_string(VersionRange{2, 1, 2}).c_str()); in SetUp()
2912 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), "false", in SetUp()
2913 composerHidlHalName, to_string(VersionRange{2, 1, 3}).c_str()); in SetUp()
2915 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), "false", in SetUp()
2916 composerHidlHalName, to_string(VersionRange{2, 1, 4}).c_str()); in SetUp()
2918 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::HIDL).c_str(), "true", in SetUp()
2919 composerHidlHalName, to_string(VersionRange{2, 1, 4}).c_str()); in SetUp()
2921 systemMatrixComposerHalFragmentFormat, to_string(HalFormat::AIDL).c_str(), "true", in SetUp()
2927 to_string(Level::P).c_str(), requiresHidl2_1To2_2.c_str()), in SetUp()
2929 to_string(Level::Q).c_str(), requiresHidl2_1To2_3.c_str()), in SetUp()
2931 to_string(Level::R).c_str(), requiresHidl2_1To2_4.c_str()), in SetUp()
2933 to_string(Level::S).c_str(), requiresHidl2_1To2_4.c_str()), in SetUp()
2935 to_string(Level::T).c_str(), in SetUp()
2947 to_string(std::get<Version>(*param.halVersion)).c_str()); in SetUp()
2952 to_string(std::get<size_t>(*param.halVersion)).c_str()); in SetUp()
2963 to_string(param.targetLevel).c_str(), vendorHalFragment.c_str())); in SetUp()
2994 [](const auto& info) { return to_string(info.param); }); in __anon5aab1a0f2302()
3015 to_string(Level::S).c_str(), "4.19.191", "5.4.86", "5.10.43"), in TEST_F()
3025 to_string(Level::S).c_str(), "4.19.191", "5.4.86", "5.10.43"), in TEST_F()
3027 to_string(Level::T).c_str(), "5.4.86", "5.10.107", "5.15.41"), in TEST_F()
3038 to_string(Level::S).c_str(), "4.19.191", "5.4.86", "5.10.43"), in TEST_F()
3040 to_string(Level::S).c_str(), "5.4.86", "5.10.107", "5.15.41"), in TEST_F()