Searched refs:objType (Results 1 – 4 of 4) sorted by relevance
803 for (String objType : objToDeepClone) { in partialDeepClone()804 if (doesBuiltInObjSupportMultiDevice(objType)) { in partialDeepClone()808 cloneListTFObject(deepCopyConfig.getAllObjectOfType(objType)); in partialDeepClone()809 clonedConfig.getDeviceConfig().get(i).removeObjectType(objType); in partialDeepClone()811 clonedConfig.getDeviceConfig().get(i).addSpecificConfig(o, objType); in partialDeepClone()819 objType, in partialDeepClone()820 cloneListTFObject(clonedConfig.getConfigurationObjectList(objType))); in partialDeepClone()
216 private File createTmpConfig(String objType, Object obj) throws IOException { in createTmpConfig() argument218 String content = String.format(TEST_CONFIG, objType, obj.getClass().getCanonicalName()); in createTmpConfig()
711 private File createTmpConfig(String objType, Object obj) throws IOException { in createTmpConfig() argument713 String content = String.format(TEST_CONFIG, objType, obj.getClass().getCanonicalName()); in createTmpConfig()
1782 val objType = equals.parameters().single().type() in <lambda>() constant1784 objType.assertHasNullableNullability(expectAnnotation = false) in <lambda>()