Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_device_listener.cpp29 OHInputDeviceListener::OHInputDeviceListener() {} in OHInputDeviceListener() function in OHOS::MMI::OHInputDeviceListener
31 OHInputDeviceListener::~OHInputDeviceListener() {} in ~OHInputDeviceListener()
33 void OHInputDeviceListener::OnDeviceAdded(int32_t deviceId, const std::string &type) in OnDeviceAdded()
40 void OHInputDeviceListener::OnDeviceRemoved(int32_t deviceId, const std::string &type) in OnDeviceRemoved()
47 void OHInputDeviceListener::SetDeviceAddedCallback( in SetDeviceAddedCallback()
53 void OHInputDeviceListener::SetDeviceRemovedCallback( in SetDeviceRemovedCallback()
H A Doh_input_manager.cpp113 static std::shared_ptr<OHOS::MMI::OHInputDeviceListener> g_deviceListener =
114 std::make_shared<OHOS::MMI::OHInputDeviceListener>();
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/include/
H A Doh_input_device_listener.h27 class OHInputDeviceListener : public OHOS::MMI::IInputDeviceListener,
28 public std::enable_shared_from_this<OHInputDeviceListener> {
30 OHInputDeviceListener();
31 ~OHInputDeviceListener();