Home
last modified time | relevance | path

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

/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp297 std::pair<int32_t, int32_t> mouseAndTouch { -1, -1 }; in GetMouseAndTouch()
302 mouseAndTouch.first = device->GetId(); in GetMouseAndTouch()
305 mouseAndTouch.second = device->GetId(); in GetMouseAndTouch()
308 return mouseAndTouch; in GetMouseAndTouch()
313 auto mouseAndTouch = GetMouseAndTouch(); in SetUpTestCase() local
314 g_deviceMouseId = mouseAndTouch.first; in SetUpTestCase()
315 g_deviceTouchId = mouseAndTouch.second; in SetUpTestCase()

Completed in 6 milliseconds