Searched refs:PeripheralControllerTest (Results 1 – 1 of 1) sorted by relevance
10177 class PeripheralControllerTest : public testing::Test { class10232 const char* PeripheralControllerTest::DEVICE_NAME = "device";10233 const char* PeripheralControllerTest::DEVICE_LOCATION = "BLUETOOTH";10234 const int32_t PeripheralControllerTest::DEVICE_ID = END_RESERVED_ID + 1000;10235 const int32_t PeripheralControllerTest::DEVICE_GENERATION = 2;10236 const int32_t PeripheralControllerTest::DEVICE_CONTROLLER_NUMBER = 0;10237 const ftl::Flags<InputDeviceClass> PeripheralControllerTest::DEVICE_CLASSES =10239 const int32_t PeripheralControllerTest::EVENTHUB_ID = 1;10242 class BatteryControllerTest : public PeripheralControllerTest {10245 PeripheralControllerTest::SetUp(DEVICE_CLASSES | InputDeviceClass::BATTERY); in SetUp()[all …]