Searched refs:peripheralChild (Results 1 – 2 of 2) sorted by relevance
58 …void RegisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild, IRegistrationPo… in RegisterAsAChildOf() argument79 void UnregisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild); in UnregisterAsAChildOf() argument
139 …public void RegisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild, IRegistr… in RegisterAsAChildOf() argument141 Register(peripheralChild, registrationPoint, peripheralParent); in RegisterAsAChildOf()144 public void UnregisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild) in UnregisterAsAChildOf() argument150 if(PeripheralsGroups.TryGetActiveGroupContaining(peripheralChild, out group)) in UnregisterAsAChildOf()156 parentNode.RemoveChild(peripheralChild); in UnregisterAsAChildOf()157 … EmulationManager.Instance.CurrentEmulation.BackendManager.HideAnalyzersFor(peripheralChild); in UnregisterAsAChildOf()