Home
last modified time | relevance | path

Searched refs:PeripheralsGroups (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DPeripheralsGroupTests.cs30 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()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs49 PeripheralsGroups = new PeripheralsGroupsManager(this); in Machine()
150 if(PeripheralsGroups.TryGetActiveGroupContaining(peripheralChild, out group)) in UnregisterAsAChildOf()
174 if(PeripheralsGroups.TryGetActiveGroupContaining(p, out group)) in UnregisterAsAChildOf()
1216 public IPeripheralsGroupsManager PeripheralsGroups { get; private set; } property in Antmicro.Renode.Core.Machine
1381 if(PeripheralsGroups.TryGetActiveGroupContaining(peripheral, out group)) in InnerUnregisterFromParent()
1624 ((PeripheralsGroupsManager)PeripheralsGroups).RemoveFromAllGroups(value); in CollectGarbage()
2008 ((PeripheralsGroupsManager)Machine.PeripheralsGroups).groups.Remove(this); in Unregister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs92 IPeripheralsGroupsManager PeripheralsGroups { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs538 … machine.PeripheralsGroups.GetOrCreate(group.Key, group.Value.Select(x => x.Peripheral)); in DevicesConfig()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs857 if(currentMachine.PeripheralsGroups.TryGetByName((string)value, out group)) in ConvertValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1836 foreach(var group in Machine.PeripheralsGroups.ActiveGroups) in ClearAll()