Home
last modified time | relevance | path

Searched refs:g_inputInterfaces (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp55 if (g_inputInterfaces != nullptr) { in SetUpTestCase()
145 if (g_inputInterfaces == nullptr) {
170 if (g_inputInterfaces == nullptr) {
191 if (g_inputInterfaces == nullptr) {
213 if (g_inputInterfaces == nullptr) {
234 if (g_inputInterfaces == nullptr) {
256 if (g_inputInterfaces == nullptr) {
289 if (g_inputInterfaces == nullptr) {
323 if (g_inputInterfaces == nullptr) {
349 if (g_inputInterfaces == nullptr) {
[all …]
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp32 sptr<IInputInterfaces> g_inputInterfaces = nullptr; variable
52 g_inputInterfaces = IInputInterfaces::Get(true); in SetUpTestCase()
53 if (g_inputInterfaces != nullptr) { in SetUpTestCase()
56 g_inputInterfaces->ScanInputDevice(g_sta); in SetUpTestCase()
90 ret |= g_inputInterfaces->ScanInputDevice(sta);
153 g_inputInterfaces->CloseInputDevice(MAX_DEVICES);
238 g_inputInterfaces->CloseInputDevice(TOUCH_INDEX);
664 g_inputInterfaces->OpenInputDevice(devIndex);
666 g_inputInterfaces->CloseInputDevice(devIndex);
680 g_inputInterfaces->OpenInputDevice(devIndex);
[all …]
/ohos5.0/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp50 if (g_inputInterfaces != nullptr) { in SetUp()
57 g_inputInterfaces = nullptr; in TearDown()
67 ASSERT_NE(nullptr, g_inputInterfaces); in BENCHMARK_F()
88 ASSERT_NE(nullptr, g_inputInterfaces); in BENCHMARK_F()
108 ASSERT_NE(nullptr, g_inputInterfaces); in BENCHMARK_F()
131 ASSERT_NE(nullptr, g_inputInterfaces); in BENCHMARK_F()
155 ASSERT_NE(nullptr, g_inputInterfaces); in BENCHMARK_F()
177 ASSERT_NE(nullptr, g_inputInterfaces); in BENCHMARK_F()
199 ASSERT_NE(nullptr, g_inputInterfaces); in BENCHMARK_F()
221 ASSERT_NE(nullptr, g_inputInterfaces); in BENCHMARK_F()
[all …]