Lines Matching refs:target
186 * source_namespace and put them onto target replacing source_namespace
189 * @param target Device to put properties onto
195 hal_device_merge_with_rewrite (HalDevice *target,
227 /* only remove target if it exists with a different type */
228 target_type = hal_device_property_get_type (target, key);
230 hal_device_property_remove (target, key);
236 target, target_key,
242 target, target_key,
248 target, target_key,
254 target, target_key,
260 target, target_key,
277 hal_device_merge (HalDevice *target, HalDevice *source)
297 /* only remove target if it exists with a different type */
298 target_type = hal_device_property_get_type (target, key);
300 hal_device_property_remove (target, key);
306 target, key,
312 target, key,
318 target, key,
324 target, key,
330 target, key,
344 if (!hal_device_has_capability (target, iter->data))
345 hal_device_add_capability (target, iter->data);