Searched refs:GetOrCreate (Results 1 – 4 of 4) sorted by relevance
30 machine.PeripheralsGroups.GetOrCreate("test-group", new [] { peripheral }); in ShouldNotUnregisterSinglePeripheralFromGroup()52 … var group = machine.PeripheralsGroups.GetOrCreate("test-group", new [] { peripheral }); in ShouldUnregisterPeripheralGroups()66 … machine.PeripheralsGroups.GetOrCreate("test-group", new [] { new MappedMemory(machine, 10) }); in ShouldNotAddUnregisteredPeripheralToGroup()
17 IPeripheralsGroup GetOrCreate(string name, IEnumerable<IPeripheral> peripherals); in GetOrCreate() method
1902 public IPeripheralsGroup GetOrCreate(string name, IEnumerable<IPeripheral> peripherals) in GetOrCreate() method in Antmicro.Renode.Core.Machine.PeripheralsGroupsManager1920 public IPeripheralsGroup GetOrCreate(string name) in GetOrCreate() method in Antmicro.Renode.Core.Machine.PeripheralsGroupsManager
538 … machine.PeripheralsGroups.GetOrCreate(group.Key, group.Value.Select(x => x.Peripheral)); in DevicesConfig()