Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h103 struct ExceptionalSystemKey { struct in OHOS::MMI::final
109 bool operator<(const ExceptionalSystemKey &other) const;
135 void AddExceptionalSystemKey(const ExceptionalSystemKey &sysKey);
138 bool IsExceptionalSystemKey(const ExceptionalSystemKey &sysKey) const;
167 std::set<ExceptionalSystemKey> exceptSysKeys_;
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp62 bool KeyShortcutManager::ExceptionalSystemKey::operator<(const ExceptionalSystemKey &other) const in operator <()
105 ExceptionalSystemKey eSysKey { in RegisterSystemKey()
334 ExceptionalSystemKey sysKey {}; in ReadExceptionalSystemKey()
378 void KeyShortcutManager::AddExceptionalSystemKey(const ExceptionalSystemKey &sysKey) in AddExceptionalSystemKey()
413 bool KeyShortcutManager::IsExceptionalSystemKey(const ExceptionalSystemKey &sysKey) const in IsExceptionalSystemKey()

Completed in 2 milliseconds