Searched refs:shortcutKeyMap_ (Results 1 – 2 of 2) sorted by relevance
241 if (shortcutKeyMap_.empty() || shortcutKeyMap_.find(key) == shortcutKeyMap_.end()) { in GetShortKeyDuration()247 shortcutKeyMap_.emplace(key, duration); in GetShortKeyDuration()250 return shortcutKeyMap_[key]; in GetShortKeyDuration()255 auto iter = shortcutKeyMap_.find(key); in SetShortKeyDuration()256 if (iter != shortcutKeyMap_.end() && iter->second == setValue) { in SetShortKeyDuration()261 shortcutKeyMap_[key] = setValue; in SetShortKeyDuration()
46 std::map<std::string, int32_t> shortcutKeyMap_; variable