Home
last modified time | relevance | path

Searched refs:IsSystemKeyboardShortcut (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng.cpp52 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 Devent_manager.h201 bool IsSystemKeyboardShortcut(const std::string& value, uint8_t keys);
H A Devent_manager.cpp1675 bool EventManager::IsSystemKeyboardShortcut(const std::string& value, uint8_t keys) in IsSystemKeyboardShortcut() function in OHOS::Ace::EventManager
1695 if (IsSystemKeyboardShortcut(value, keys)) { in IsSameKeyboardShortcutNode()