Lines Matching refs:MappingExists

76 Result<Unit> MappingExists(const ResourceMapping& mapping, ResourceId target_resource,  in MappingExists()  function
108 Result<Unit> MappingExists(const ResourceMapping& mapping, const ResourceId& target_resource, in MappingExists() function
142 MappingExists(res, R::target::integer::int1, R::overlay::integer::int1, false /* rewrite */)); in TEST()
144 MappingExists(res, R::target::string::str1, R::overlay::string::str1, false /* rewrite */)); in TEST()
146 MappingExists(res, R::target::string::str3, R::overlay::string::str3, false /* rewrite */)); in TEST()
148 MappingExists(res, R::target::string::str4, R::overlay::string::str4, false /* rewrite */)); in TEST()
160 MappingExists(res, R::target::string::str1, R::overlay::string::str4, true /* rewrite */)); in TEST()
162 MappingExists(res, R::target::string::str3, R::overlay::string::str1, true /* rewrite */)); in TEST()
164 MappingExists(res, R::target::string::str4, R::overlay::string::str3, true /* rewrite */)); in TEST()
176 ASSERT_RESULT(MappingExists(res, R::target::string::str1, 0x0104000a, in TEST()
179 MappingExists(res, R::target::string::str3, R::overlay::string::str3, true /* rewrite */)); in TEST()
191 ASSERT_RESULT(MappingExists(res, R::target::string::str1, Res_value::TYPE_STRING, in TEST()
193 ASSERT_RESULT(MappingExists(res, R::target::integer::int1, Res_value::TYPE_INT_DEC, 73U)); in TEST()
216 ASSERT_RESULT(MappingExists(res, R::target::string::str1, Res_value::TYPE_REFERENCE, 0x7f010000)); in TEST()
217 ASSERT_RESULT(MappingExists(res, R::target::integer::int1, Res_value::TYPE_INT_DEC, 2U)); in TEST()
229 ASSERT_RESULT(MappingExists(res, R::target::string::policy_public, in TEST()
231 ASSERT_RESULT(MappingExists(res, R::target::string::policy_system, in TEST()
233 ASSERT_RESULT(MappingExists(res, R::target::string::policy_system_vendor, in TEST()
248 ASSERT_RESULT(MappingExists(res, R::target::string::policy_public, in TEST()
250 ASSERT_RESULT(MappingExists(res, R::target::string::policy_system, in TEST()
252 ASSERT_RESULT(MappingExists(res, R::target::string::policy_system_vendor, in TEST()
268 ASSERT_RESULT(MappingExists(res, R::target::string::not_overlayable, in TEST()
271 MappingExists(res, R::target::string::other, R::overlay::string::other, true /* rewrite */)); in TEST()
272 ASSERT_RESULT(MappingExists(res, R::target::string::policy_actor, in TEST()
274 ASSERT_RESULT(MappingExists(res, R::target::string::policy_odm, R::overlay::string::policy_odm, in TEST()
276 ASSERT_RESULT(MappingExists(res, R::target::string::policy_oem, R::overlay::string::policy_oem, in TEST()
278 ASSERT_RESULT(MappingExists(res, R::target::string::policy_product, in TEST()
280 ASSERT_RESULT(MappingExists(res, R::target::string::policy_public, in TEST()
282 ASSERT_RESULT(MappingExists(res, R::target::string::policy_config_signature, in TEST()
284 ASSERT_RESULT(MappingExists(res, R::target::string::policy_signature, in TEST()
286 ASSERT_RESULT(MappingExists(res, R::target::string::policy_system, in TEST()
288 ASSERT_RESULT(MappingExists(res, R::target::string::policy_system_vendor, in TEST()
303 MappingExists(res, R::target::integer::int1, R::overlay::integer::int1, false /* rewrite */)); in TEST()
305 MappingExists(res, R::target::string::str1, R::overlay::string::str1, false /* rewrite */)); in TEST()
307 MappingExists(res, R::target::string::str3, R::overlay::string::str3, false /* rewrite */)); in TEST()
309 MappingExists(res, R::target::string::str4, R::overlay::string::str4, false /* rewrite */)); in TEST()
336 ASSERT_RESULT(MappingExists(res, R::target::string::not_overlayable, in TEST()
338 ASSERT_RESULT(MappingExists(res, R::target::string::other, R::overlay::string::other, in TEST()
340 ASSERT_RESULT(MappingExists(res, R::target::string::policy_actor, in TEST()
342 ASSERT_RESULT(MappingExists(res, R::target::string::policy_odm, R::overlay::string::policy_odm, in TEST()
344 ASSERT_RESULT(MappingExists(res, R::target::string::policy_oem, R::overlay::string::policy_oem, in TEST()
346 ASSERT_RESULT(MappingExists(res, R::target::string::policy_product, in TEST()
348 ASSERT_RESULT(MappingExists(res, R::target::string::policy_public, in TEST()
350 ASSERT_RESULT(MappingExists(res, R::target::string::policy_config_signature, in TEST()
352 ASSERT_RESULT(MappingExists(res, R::target::string::policy_signature, in TEST()
354 ASSERT_RESULT(MappingExists(res, R::target::string::policy_system, in TEST()
356 ASSERT_RESULT(MappingExists(res, R::target::string::policy_system_vendor, in TEST()