Home
last modified time | relevance | path

Searched refs:specialKeys_ (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1309 if (specialKeys_.find(key->GetKeyCode()) != specialKeys_.end()) { in OnHandleEvent()
2210 auto iter = specialKeys_.find(keyCode); in HandleSpecialKeys()
2212 if (iter != specialKeys_.end()) { in HandleSpecialKeys()
2213 specialKeys_.erase(iter); in HandleSpecialKeys()
2219 if (iter == specialKeys_.end()) { in HandleSpecialKeys()
2220 auto it = specialKeys_.emplace(keyCode, keyAction); in HandleSpecialKeys()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h342 std::map<int32_t, int32_t> specialKeys_; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp936 handler.specialKeys_.insert(std::make_pair(18, 18)); in HWTEST_F()
2673 handler.specialKeys_.insert(std::make_pair(keyCodeVolumeUp, keyAction));
2675 handler.specialKeys_.clear();
2694 handler.specialKeys_.insert(std::make_pair(powerKeyCode, keyAction));
4604 handler.specialKeys_.insert(std::make_pair(10, keyAction));

Completed in 10 milliseconds