Searched refs:allocationState (Results 1 – 3 of 3) sorted by relevance
31 final DeviceAllocationState allocationState; field in IManagedTestDevice.DeviceEventResponse36 allocationState = s; in DeviceEventResponse()
466 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice()476 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()684 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in forceAllocateDevice()723 device.getSerialNumber(), r.allocationState.toString()); in freeDevice()751 r.allocationState.toString()); in freeDevice()961 if (r.stateChanged && r.allocationState == DeviceAllocationState.Allocated) { in connectToTcpDevice()1315 if (r.stateChanged && r.allocationState == in deviceChanged()1357 && r.allocationState in deviceConnected()
79 r.stateChanged && r.allocationState == DeviceAllocationState.Allocated; in matches()383 if (r != null && r.allocationState == DeviceAllocationState.Unknown) {