Home
last modified time | relevance | path

Searched refs:KeyMapManager (Results 1 – 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/src/
Dkey_map_manager.cpp31 KeyMapManager::KeyMapManager() {} in KeyMapManager() function in OHOS::MMI::KeyMapManager
32 KeyMapManager::~KeyMapManager() {} in ~KeyMapManager()
34 void KeyMapManager::GetConfigKeyValue(const std::string &fileName, int32_t deviceId) in GetConfigKeyValue()
42 void KeyMapManager::ParseDeviceConfigFile(struct libinput_device *device) in ParseDeviceConfigFile()
54 void KeyMapManager::RemoveKeyValue(struct libinput_device *device) in RemoveKeyValue()
67 int32_t KeyMapManager::GetDefaultKeyId() in GetDefaultKeyId()
72 std::string KeyMapManager::GetProFilePath(const std::string &fileName) const in GetProFilePath()
77 std::string KeyMapManager::GetKeyEventFileName(struct libinput_device *device) in GetKeyEventFileName()
91 int32_t KeyMapManager::TransferDefaultKeyValue(int32_t inputKey) in TransferDefaultKeyValue()
103 int32_t KeyMapManager::TransferDeviceKeyValue(struct libinput_device *device, in TransferDeviceKeyValue()
[all …]
/foundation/multimodalinput/input/service/event_handler/include/
Dkey_map_manager.h28 class KeyMapManager final {
29 DECLARE_DELAYED_SINGLETON(KeyMapManager);
31 DISALLOW_COPY_AND_MOVE(KeyMapManager);
46 #define KeyMapMgr ::OHOS::DelayedSingleton<KeyMapManager>::GetInstance()