Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_host_cb.md1 # InputHostCb chapter
29 void(* InputHostCb::HotPlugCallback) (const InputHotPlugEvent *event)
H A D_input_reporter.md24 | int32_t(\* [RegisterHotPlugCallback](#registerhotplugcallback) )([InputHostCb](_input_host_cb.md)…
34 int32_t(* InputReporter::RegisterHotPlugCallback) (InputHostCb *callback)
H A DReadme-CN.md41 - [InputHostCb](_input_host_cb.md)
H A Dinput__type_8h.md24 | struct  [InputHostCb](_input_host_cb.md) | 此结构体定义了热插拔事件上报回调函数并提供给Input服务使用。 |
H A D_input.md38 | struct  [InputHostCb](_input_host_cb.md) | 此结构体定义了热插拔事件上报回调函数并提供给Input服务使用。 |
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_reporter.h93 int32_t (*RegisterHotPlugCallback)(InputHostCb *callback);
H A Dinput_type.h214 } InputHostCb; typedef
/ohos5.0/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h109 RetStatus RegisterHotPlugCallback(InputHostCb *callback);
149 InputHostCb *reportHotPlugEventCallback_ = nullptr;
/ohos5.0/drivers/peripheral/input/hal/include/
H A Dinput_common.h62 InputHostCb *hostCb; /* Callback {@link InputHostCb} for reporting data */
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_reporter.c224 static int32_t RegisterHotPlugCallback(InputHostCb *callback) in RegisterHotPlugCallback()
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp177 static int32_t RegisterHotPlugCallback(InputHostCb *callback) in RegisterHotPlugCallback()
H A Dinput_device_manager.cpp932 RetStatus InputDeviceManager::RegisterHotPlugCallback(InputHostCb *callback) in RegisterHotPlugCallback()
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp35 InputHostCb hostCb;
/ohos5.0/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp33 InputHostCb g_hotplugCb;
/ohos5.0/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp33 static InputHostCb g_hotplugCb;
/ohos5.0/docs/zh-cn/device-dev/
H A Dwebsite.md985 - [InputHostCb](reference/hdi-apis/input/_input_host_cb.md)