Home
last modified time | relevance | path

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

/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h87 void SendHotPlugEvent(uint32_t &type, uint32_t &index, uint32_t status);
/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp434 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 Dhdi_input_test.cpp1041 * @tc.name: SendHotPlugEvent
1050 iInputDeviceManager.SendHotPlugEvent(g_type, g_index, STATUS); in HWTEST_F()

Completed in 6 milliseconds