Searched refs:deviceRemovedEvent (Results 1 – 1 of 1) sorted by relevance
173 const RawEvent& deviceRemovedEvent = events[0]; in waitForDeviceClose() local174 EXPECT_EQ(static_cast<int32_t>(EventHubInterface::DEVICE_REMOVED), deviceRemovedEvent.type); in waitForDeviceClose()175 EXPECT_EQ(deviceId, deviceRemovedEvent.deviceId); in waitForDeviceClose()