Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1034 bool isParseExcludeKeys = ParseExcludeKeys(parser, excludeKeys_); in ParseExcludeJson()
1062 size_t keysSize = excludeKeys_.size(); in PrintExcludeKeys()
1065 excludeKeys_[i].keyCode, excludeKeys_[i].keyAction, excludeKeys_[i].delay); in PrintExcludeKeys()
1086 size_t keysSize = excludeKeys_.size(); in IsExcludeKey()
1088 if (key->GetKeyCode() == excludeKeys_[i].keyCode) { in IsExcludeKey()
1089 if (key->GetKeyAction() == excludeKeys_[i].keyAction) { in IsExcludeKey()
2375 mprintf(fd, "ExcludeKey: count = %zu", excludeKeys_.size()); in Dump()
2376 for (const auto &item : excludeKeys_) { in Dump()
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h335 std::vector<ExcludeKey> excludeKeys_; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp4441 handler.excludeKeys_.push_back(excludeKey);
4473 handler.excludeKeys_.push_back(excludeKey);
4510 handler.excludeKeys_.push_back(excludeKey);
4560 handler.excludeKeys_.push_back(excludeKey);

Completed in 9 milliseconds