Home
last modified time | relevance | path

Searched refs:configKeyValue_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_map_manager.cpp43 ReadProFile(filePath, deviceId, configKeyValue_); in GetConfigKeyValue()
44 MMI_HILOGD("Number of loaded config files:%{public}zu", configKeyValue_.size()); in GetConfigKeyValue()
63 auto iter = configKeyValue_.find(deviceId); in RemoveKeyValue()
64 if (iter == configKeyValue_.end()) { in RemoveKeyValue()
68 configKeyValue_.erase(iter); in RemoveKeyValue()
69 MMI_HILOGD("Number of files that remain after deletion:%{public}zu", configKeyValue_.size()); in RemoveKeyValue()
99 if (auto itr = configKeyValue_.find(defaultKeyId_); itr != configKeyValue_.end()) { in TransferDefaultKeyValue()
116 if (auto itr = configKeyValue_.find(deviceId); itr != configKeyValue_ in TransferDeviceKeyValue()
[all...]
/foundation/multimodalinput/input/service/event_handler/include/
H A Dkey_map_manager.h42 std::map<int32_t, std::map<int32_t, int32_t>> configKeyValue_; member in OHOS::MMI::final

Completed in 2 milliseconds