Lines Matching refs:PeripheralControllerTest
8977 class PeripheralControllerTest : public testing::Test { class
9040 const char* PeripheralControllerTest::DEVICE_NAME = "device";
9041 const char* PeripheralControllerTest::DEVICE_LOCATION = "BLUETOOTH";
9042 const int32_t PeripheralControllerTest::DEVICE_ID = END_RESERVED_ID + 1000;
9043 const int32_t PeripheralControllerTest::DEVICE_GENERATION = 2;
9044 const int32_t PeripheralControllerTest::DEVICE_CONTROLLER_NUMBER = 0;
9045 const Flags<InputDeviceClass> PeripheralControllerTest::DEVICE_CLASSES =
9047 const int32_t PeripheralControllerTest::EVENTHUB_ID = 1;
9050 class BatteryControllerTest : public PeripheralControllerTest {
9053 PeripheralControllerTest::SetUp(DEVICE_CLASSES | InputDeviceClass::BATTERY); in SetUp()
9072 class LightControllerTest : public PeripheralControllerTest {
9075 PeripheralControllerTest::SetUp(DEVICE_CLASSES | InputDeviceClass::LIGHT); in SetUp()