Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp23 #define LOG_TAG "InputDeviceMgr"
31 InputDeviceMgr::InputDeviceMgr(IContext *context) : env_(context) {} in InputDeviceMgr() function in OHOS::Msdp::DeviceStatus::Cooperate::InputDeviceMgr
33 void InputDeviceMgr::Enable() in Enable()
39 FI_HILOGI("Enable InputDeviceMgr"); in Enable()
43 void InputDeviceMgr::Disable() in Disable()
49 FI_HILOGI("Disable InputDeviceMgr"); in Disable()
52 void InputDeviceMgr::OnSoftbusSessionOpened(const DSoftbusSessionOpened &notice) in OnSoftbusSessionOpened()
58 void InputDeviceMgr::OnSoftbusSessionClosed(const DSoftbusSessionClosed &notice) in OnSoftbusSessionClosed()
64 void InputDeviceMgr
[all...]
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dinput_device_mgr.h35 class InputDeviceMgr { class
37 InputDeviceMgr(IContext *context);
38 ~InputDeviceMgr() = default;
39 DISALLOW_COPY_AND_MOVE(InputDeviceMgr);
H A Dcooperate_context.h99 InputDeviceMgr inputDevMgr_;

Completed in 3 milliseconds