• Home
  • Raw
  • Download

Lines Matching refs:manifest

891         HalManifest manifest;  in TEST_F()  local
892 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
893 EXPECT_TRUE(manifest.checkCompatibility(matrix, &error)) << error; in TEST_F()
913 HalManifest manifest; in TEST_F() local
914 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
915 EXPECT_FALSE(manifest.checkCompatibility(matrix, &error)) in TEST_F()
944 HalManifest manifest; in TEST_F() local
945 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
946 EXPECT_FALSE(manifest.checkCompatibility(matrix, &error)) in TEST_F()
976 HalManifest manifest; in TEST_F() local
977 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
978 EXPECT_TRUE(manifest.checkCompatibility(matrix, &error)) << error; in TEST_F()
1015 HalManifest manifest; in TEST_F() local
1016 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
1017 EXPECT_FALSE(manifest.checkCompatibility(matrix, &error)) in TEST_F()
1048 HalManifest manifest; in TEST_F() local
1049 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)) in TEST_F()
1051 EXPECT_TRUE(manifest.checkCompatibility(matrix, &error)) << error; in TEST_F()
1135 HalManifest manifest; in TEST_F() local
1138 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
1140 EXPECT_TRUE(manifest.checkCompatibility(matrix, &error)) << error; in TEST_F()
1157 EXPECT_TRUE(manifest.checkCompatibility(matrix, &error)) << error; in TEST_F()
1161 EXPECT_TRUE(manifest.checkCompatibility(matrix, &error)) << error; in TEST_F()
1163 EXPECT_FALSE(manifest.checkCompatibility(matrix)); in TEST_F()
1169 EXPECT_FALSE(manifest.checkCompatibility(matrix)); in TEST_F()
1171 EXPECT_FALSE(manifest.checkCompatibility(matrix)); in TEST_F()
1173 EXPECT_TRUE(manifest.checkCompatibility(matrix, &error)) << error; in TEST_F()
1265 HalManifest manifest; in TEST_F() local
1266 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
1267 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), in TEST_F()
1279 HalManifest manifest; in TEST_F() local
1280 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
1281 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), in TEST_F()
1294 HalManifest manifest; in TEST_F() local
1295 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
1296 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), "/vendor/etc/foo.xml"); in TEST_F()
1307 HalManifest manifest; in TEST_F() local
1308 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
1309 EXPECT_EQ(manifest.getXmlFilePath("media_profile", {1, 0}), ""); in TEST_F()
1518 HalManifest manifest; in TEST_F() local
1528 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml)) << gHalManifestConverter.lastError(); in TEST_F()
1540 EXPECT_FALSE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()
1554 EXPECT_FALSE(gHalManifestConverter(&manifest, manifestXml)); in TEST_F()