Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h47 INPUT_DEVICE_STATUS_CLOSED, enumerator
/ohos5.0/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp50 static const uint32_t STATUS = INPUT_DEVICE_STATUS_CLOSED;
114 } else if (msg->status == INPUT_DEVICE_STATUS_CLOSED) { in ReportHotPlugEventPkgCallback()
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp210 inputDev.second.status = INPUT_DEVICE_STATUS_CLOSED; in CloseInputDevice()
566 status = INPUT_DEVICE_STATUS_CLOSED; in DoWithEventDeviceDel()