Home
last modified time | relevance | path

Searched refs:testDevice_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/libudev/test/
H A Dcustom_udev_test.cpp65 UdevTestDevice testDevice_; member in CustomUdevTest
77 ASSERT_NO_FATAL_FAILURE(testDevice_.Init()); in HWTEST_F()
78 auto* device = testDevice_.GetDevice(); in HWTEST_F()
80 EXPECT_EQ(udev_device_get_udev(device), testDevice_.GetUdev()); in HWTEST_F()
118 ASSERT_NO_FATAL_FAILURE(testDevice_.Init()); in HWTEST_F()
119 auto* device = testDevice_.GetDevice(); in HWTEST_F()
120 auto devnum = testDevice_.GetDevNum(); in HWTEST_F()
150 ASSERT_NO_FATAL_FAILURE(testDevice_.Init()); in HWTEST_F()
151 auto* udev = udev_device_get_udev(testDevice_.GetDevice()); in HWTEST_F()
155 EXPECT_EQ(udev_device_new_from_syspath(nullptr, testDevice_ in HWTEST_F()
[all...]
H A De2e_udev_test.cpp90 testDevice_.Destroy();
99 TestDevice testDevice_; member in E2eUdevTest
104 ASSERT_NO_FATAL_FAILURE(testDevice_.Init()); in HWTEST_F()
120 testDevice_.KeyboardSetup(); in HWTEST_F()
121 ASSERT_NO_FATAL_FAILURE(testDevice_.Init(false)); in HWTEST_F()
133 testDevice_.SwitchSetup(); in HWTEST_F()
134 ASSERT_NO_FATAL_FAILURE(testDevice_.Init(false)); in HWTEST_F()
146 testDevice_.AccelerometerSetup(); in HWTEST_F()
147 ASSERT_NO_FATAL_FAILURE(testDevice_.Init(false)); in HWTEST_F()
153 testDevice_ in HWTEST_F()
[all...]

Completed in 1 milliseconds