Searched refs:IsSystemKeyboardShortcut (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_manager_test_ng.cpp | 52 bool isAltC = eventManager->IsSystemKeyboardShortcut(CHARACTER_C, NUM_ALT_VALUE); 53 bool isAltA = eventManager->IsSystemKeyboardShortcut(CHARACTER_A, NUM_ALT_VALUE); 54 bool isAltV = eventManager->IsSystemKeyboardShortcut(CHARACTER_V, NUM_ALT_VALUE); 306 auto retFlag = eventManager->IsSystemKeyboardShortcut(value, keys); 314 retFlag = eventManager->IsSystemKeyboardShortcut(value, keys); 322 retFlag = eventManager->IsSystemKeyboardShortcut(value, keys); 330 retFlag = eventManager->IsSystemKeyboardShortcut(value, keys); 338 retFlag = eventManager->IsSystemKeyboardShortcut(value, keys); 346 retFlag = eventManager->IsSystemKeyboardShortcut(value, keys); 355 retFlag = eventManager->IsSystemKeyboardShortcut(value, keys); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.h | 201 bool IsSystemKeyboardShortcut(const std::string& value, uint8_t keys);
|
H A D | event_manager.cpp | 1675 bool EventManager::IsSystemKeyboardShortcut(const std::string& value, uint8_t keys) in IsSystemKeyboardShortcut() function in OHOS::Ace::EventManager 1695 if (IsSystemKeyboardShortcut(value, keys)) { in IsSameKeyboardShortcutNode()
|