Lines Matching defs:name
268 private object GetDevice(string name) in GetDevice()
409 …private void ProcessDeviceAction(Type deviceType, string name, IEnumerable<Token> p, ICommandInter… in ProcessDeviceAction()
449 …private void ProcessDeviceActionByName(string name, IEnumerable<Token> p, ICommandInteraction writ… in ProcessDeviceActionByName()
485 …private bool TryFindPeripheralTypeByName(string name, out Type type, out string longestMatch, out … in TryFindPeripheralTypeByName()
522 …private bool TryFindPeripheralByName(string name, out IPeripheral peripheral, out string longestMa… in TryFindPeripheralByName()
574 …private void PrintMonitorInfo(string name, MonitorInfo info, ICommandInteraction writer, string lo… in PrintMonitorInfo()
913 private object IdentifyDevice(string name) in IdentifyDevice()
1064 private IEmulationElement GetExternalInterfaceOrNull(string name) in GetExternalInterfaceOrNull()
1216 public object FindFieldOrProperty(object node, string name) in FindFieldOrProperty()
1236 public object ExecuteDeviceAction(string name, object device, IEnumerable<Token> p) in ExecuteDeviceAction()
1445 …private object RecursiveExecuteDeviceAction(string name, object currentObject, IEnumerable<Token> … in RecursiveExecuteDeviceAction()