Home
last modified time | relevance | path

Searched defs:HotPlugCallback (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_host_cb.md26 ### HotPlugCallback subsection
/ohos5.0/drivers/interface/display/composer/common/include/
H A Ddisplay_common.h25 typedef void (*HotPlugCallback)(uint32_t devId, bool connected, void* data); typedef
/ohos5.0/drivers/peripheral/input/test/common/src/
H A Dinput_callback_impl.cpp41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback() function in OHOS::HDI::Input::V1_0::InputCallbackImpl
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dinput_callback_impl.cpp41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback() function in OHOS::HDI::Input::V1_0::InputCallbackImpl
/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_dispatch.cpp61 int32_t HdfDeviceEventDispatch::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback() function in OHOS::MMI::HdfDeviceEventDispatch
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_device.h61 typedef void (*HotPlugCallback)(uint32_t devId, bool connected, void *data); typedef
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_thread.cpp80 int32_t ChargerThread::HdfInputEventCallback::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback() function in OHOS::PowerMgr::ChargerThread::HdfInputEventCallback
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/util/
H A Ddisplay_device_common.h144 using HotPlugCallback = void (*)(uint32_t outputId, bool connected, void *data); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h152 typedef void (*HotPlugCallback)(uint32_t devId, bool connected, void *data); typedef
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h213 void (*HotPlugCallback)(const InputHotPlugEvent *event); member