Lines Matching defs:const
62 InputDisplayBindHelper::InputDisplayBindHelper(const std::string bindCfgFile)
69 std::string InputDisplayBindHelper::Dumps() const
84 std::string InputDisplayBindHelper::GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const
92 std::set<std::pair<int32_t, std::string>> InputDisplayBindHelper::GetDisplayIdNames() const
101 void InputDisplayBindHelper::AddLocalDisplay(int32_t id, const std::string &name)
104 bool InputDisplayBindHelper::IsDisplayAdd(int32_t id, const std::string &name)
109 void InputDisplayBindHelper::AddDisplay(int32_t id, const std::string &name)
115 void InputDisplayBindHelper::AddInputDevice(int32_t id, const std::string &name)
123 SessionPtr UDSServer::GetSession(int32_t fd) const
131 int32_t UDSServer::GetClientFd(int32_t pid) const
139 SessionPtr UDSServer::GetSessionByPid(int32_t pid) const
155 int32_t UDSServer::AddSocketPairInfo(const std::string& programName,
156 const int32_t moduleType, const int32_t uid, const int32_t pid,
197 std::shared_ptr<InputDevice> InputDeviceManager::GetInputDevice(int32_t deviceId, bool checked) const
231 void TouchDrawingManager::UpdateDisplayInfo(const DisplayInfo& displayInfo)
268 const PointerStyle pointerStyle, Direction direction) {}
269 void PointerDrawingManager::UpdateDisplayInfo(const DisplayInfo& displayInfo) {}
270 void PointerDrawingManager::OnDisplayInfo(const DisplayGroupInfo& displayGroupInfo) {}
271 void PointerDrawingManager::OnWindowInfo(const WinInfo &info) {}
307 void PointerDrawingManager::DrawPointerStyle(const PointerStyle& pointerStyle) {}
314 bool PointerDrawingManager::GetMouseDisplayState() const
346 IconStyle PointerDrawingManager::GetIconStyle(const MOUSE_ICON mouseStyle)
350 const std::map<MOUSE_ICON, IconStyle>& PointerDrawingManager::GetMouseIconPath()
360 void PointerDrawingManager::Dump(int32_t fd, const std::vector<std::string> &args) {}
390 void PointerDrawingManager::DrawScreenCenterPointer(const PointerStyle &pointerStyle)
410 int32_t MultiModalInputPreferencesManager::GetIntValue(const std::string &key, int32_t defaultValue)
415 bool MultiModalInputPreferencesManager::GetBoolValue(const std::string &key, bool defaultValue)
423 int32_t MultiModalInputPreferencesManager::SetIntValue(const std::string &key, const std::string &setFile,
429 int32_t MultiModalInputPreferencesManager::SetBoolValue(const std::string &key, const std::string &setFile,
435 int32_t MultiModalInputPreferencesManager::GetShortKeyDuration(const std::string &key)
440 int32_t MultiModalInputPreferencesManager::SetShortKeyDuration(const std::string &key, int32_t setValue)
449 std::shared_ptr<EventFilterHandler> InputEventHandler::GetFilterHandler() const
454 std::shared_ptr<EventNormalizeHandler> InputEventHandler::GetEventNormalizeHandler() const
459 std::shared_ptr<KeyCommandHandler> InputEventHandler::GetKeyCommandHandler() const
465 void EventFilterHandler::HandlePointerEvent(const std::shared_ptr<PointerEvent> pointerEvent)
473 int32_t MouseEventNormalize::GetDisplayId() const
481 void KnuckleDrawingManager::UpdateDisplayInfo(const DisplayInfo& displayInfo)
490 void KnuckleDynamicDrawingManager::UpdateDisplayInfo(const DisplayInfo& displayInfo)
514 ErrCode SettingDataShare::GetBoolValue(const std::string& key, bool& value, const std::string &strUri)
519 sptr<SettingObserver> SettingDataShare::CreateObserver(const std::string& key, SettingObserver::UpdateFunc& func)
524 ErrCode SettingDataShare::RegisterObserver(const sptr<SettingObserver>& observer, const std::string &strUri)
533 bool UDSSession::SendMsg(NetPacket &pkt) const
569 bool KeyCommandHandler::CheckInputMethodArea(const std::shared_ptr<PointerEvent> touchEvent)