Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_statemachine.cpp172 case HID_HOST_API_OPEN_EVT: in Dispatch()
208 case HID_HOST_API_OPEN_EVT: in DispatchBle()
262 case HID_HOST_API_OPEN_EVT: in Dispatch()
303 case HID_HOST_API_OPEN_EVT: in DispatchBle()
359 case HID_HOST_API_OPEN_EVT: in Dispatch()
395 case HID_HOST_API_OPEN_EVT: in DispatchBle()
451 case HID_HOST_API_OPEN_EVT: in Dispatch()
491 case HID_HOST_API_OPEN_EVT: in DispatchBle()
742 case HID_HOST_API_OPEN_EVT: in GetEventName()
H A Dhid_host_service.cpp166 HidHostMessage event(HID_HOST_API_OPEN_EVT); in Connect()
395 case HID_HOST_API_OPEN_EVT: in ProcessEvent()
H A Dhid_host_defines.h53 static constexpr int HID_HOST_API_OPEN_EVT = 3; variable