Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp57 auto vInpuDev = std::make_unique<VInputDevice>(node); in OpenDevice() local
58 vInpuDev->Open(); in OpenDevice()
59 if (vInpuDev->IsActive()) { in OpenDevice()
60 vDev_ = std::move(vInpuDev); in OpenDevice()