Searched refs:PeripheralsGroups (Results 1 – 6 of 6) 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()
49 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.Machine1381 if(PeripheralsGroups.TryGetActiveGroupContaining(peripheral, out group)) in InnerUnregisterFromParent()1624 ((PeripheralsGroupsManager)PeripheralsGroups).RemoveFromAllGroups(value); in CollectGarbage()2008 ((PeripheralsGroupsManager)Machine.PeripheralsGroups).groups.Remove(this); in Unregister()
92 IPeripheralsGroupsManager PeripheralsGroups { get; } property
538 … machine.PeripheralsGroups.GetOrCreate(group.Key, group.Value.Select(x => x.Peripheral)); in DevicesConfig()
857 if(currentMachine.PeripheralsGroups.TryGetByName((string)value, out group)) in ConvertValue()
1836 foreach(var group in Machine.PeripheralsGroups.ActiveGroups) in ClearAll()