Searched refs:InputDeviceMgr (Results 1 – 6 of 6) sorted by relevance
31 InputDeviceMgr::InputDeviceMgr(IContext *context) : env_(context) {} in InputDeviceMgr() function in OHOS::Msdp::DeviceStatus::Cooperate::InputDeviceMgr33 void InputDeviceMgr::Enable() in Enable()43 void InputDeviceMgr::Disable() in Disable()64 void InputDeviceMgr::OnLocalHotPlug(const InputHotplugEvent ¬ice) in OnLocalHotPlug()70 void InputDeviceMgr::OnRemoteInputDevice(const DSoftbusSyncInputDevice ¬ice) in OnRemoteInputDevice()80 void InputDeviceMgr::OnRemoteHotPlug(const DSoftbusHotPlugEvent ¬ice) in OnRemoteHotPlug()85 void InputDeviceMgr::AddVirtualInputDevice(const std::string &networkId) in AddVirtualInputDevice()95 void InputDeviceMgr::RemoveVirtualInputDevice(const std::string &networkId) in RemoveVirtualInputDevice()105 void InputDeviceMgr::HandleRemoteHotPlug(const DSoftbusHotPlugEvent ¬ice) in HandleRemoteHotPlug()213 void InputDeviceMgr::DispDeviceInfo(std::shared_ptr<IDevice> device) in DispDeviceInfo()[all …]
35 class InputDeviceMgr {37 InputDeviceMgr(IContext *context);38 ~InputDeviceMgr() = default;39 DISALLOW_COPY_AND_MOVE(InputDeviceMgr);
99 InputDeviceMgr inputDevMgr_;