Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp31 vDev_.reset(); in Close()
36 if (vDev_ == nullptr) { in SendEvent()
40 vDev_->SendEvent(type, code, value); in SendEvent()
45 return (vDev_ != nullptr ? vDev_->GetDevPath() : std::string()); in GetDevPath()
60 vDev_ = std::move(vInpuDev); in OpenDevice()
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dgeneral_device.h48 std::unique_ptr<VInputDevice> vDev_; member in OHOS::MMI::GeneralDevice

Completed in 1 milliseconds