Searched refs:SendHotPlugEvent (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/input/udriver/include/ |
H A D | input_device_manager.h | 87 void SendHotPlugEvent(uint32_t &type, uint32_t &index, uint32_t status);
|
/drivers/peripheral/input/udriver/src/ |
H A D | input_device_manager.cpp | 434 SendHotPlugEvent(type, index, status);
in DoWithEventDeviceAdd() 437 void InputDeviceManager::SendHotPlugEvent(uint32_t &type, uint32_t &index, uint32_t status)
in SendHotPlugEvent() function in OHOS::Input::InputDeviceManager 479 SendHotPlugEvent(type, devIndex_, status);
in DoWithEventDeviceDel() 483 SendHotPlugEvent(type, devIndex, status);
in DoWithEventDeviceDel()
|
/drivers/peripheral/input/test/unittest/udriver/ |
H A D | hdi_input_test.cpp | 1041 * @tc.name: SendHotPlugEvent 1050 iInputDeviceManager.SendHotPlugEvent(g_type, g_index, STATUS); in HWTEST_F()
|
Completed in 6 milliseconds