Searched refs:InputMapperTest (Results 1 – 1 of 1) sorted by relevance
2243 class InputMapperTest : public testing::Test { class2359 const char* InputMapperTest::DEVICE_NAME = "device";2360 const char* InputMapperTest::DEVICE_LOCATION = "USB1";2361 const int32_t InputMapperTest::DEVICE_ID = END_RESERVED_ID + 1000;2362 const int32_t InputMapperTest::DEVICE_GENERATION = 2;2363 const int32_t InputMapperTest::DEVICE_CONTROLLER_NUMBER = 0;2364 const uint32_t InputMapperTest::DEVICE_CLASSES = 0; // not needed for current tests2365 const int32_t InputMapperTest::EVENTHUB_ID = 1;2369 class SwitchInputMapperTest : public InputMapperTest {2409 class KeyboardInputMapperTest : public InputMapperTest {[all …]