Home
last modified time | relevance | path

Searched refs:hotkeys (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_input_manager.cpp21 bool InputManager::GetSystemHotkeys(std::vector<HotKey>& hotkeys) in GetSystemHotkeys() argument
25 hotkeys.push_back({ prekeys, finalKey }); in GetSystemHotkeys()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dinput_manager.cpp20 bool InputManager::GetSystemHotkeys(std::vector<HotKey>& hotkeys) in GetSystemHotkeys() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dinput_manager.cpp64 bool InputManager::GetSystemHotkeys(std::vector<HotKey>& hotkeys) in GetSystemHotkeys() argument
77 hotkeys.push_back({ key->GetPreKeys(), key->GetFinalKey() }); in GetSystemHotkeys()
/foundation/arkui/ace_engine/frameworks/base/input_manager/
H A Dinput_manager.h47 static bool GetSystemHotkeys(std::vector<HotKey>& hotkeys);
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1697 auto hotkeys = new (std::nothrow)Input_Hotkey *[count]; in OH_Input_CreateAllSystemHotkeys() local
1699 hotkeys[i] = new (std::nothrow)Input_Hotkey(); in OH_Input_CreateAllSystemHotkeys()
1702 g_hotkeyCounts.insert(std::make_pair(hotkeys, count)); in OH_Input_CreateAllSystemHotkeys()
1703 return hotkeys; in OH_Input_CreateAllSystemHotkeys()
1706 void OH_Input_DestroyAllSystemHotkeys(Input_Hotkey **hotkeys, int32_t count) in OH_Input_DestroyAllSystemHotkeys() argument
1709 if (g_hotkeyCounts.find(hotkeys) != g_hotkeyCounts.end()) { in OH_Input_DestroyAllSystemHotkeys()
1710 if (count != g_hotkeyCounts[hotkeys]) { in OH_Input_DestroyAllSystemHotkeys()
1713 for (int32_t i = 0; i < g_hotkeyCounts[hotkeys]; ++i) { in OH_Input_DestroyAllSystemHotkeys()
1714 if (hotkeys[i] != nullptr) { in OH_Input_DestroyAllSystemHotkeys()
1715 delete hotkeys[ in OH_Input_DestroyAllSystemHotkeys()
[all...]
/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h1353 * not equal to the number of system hotkeys.
1362 * @param hotkeys Pointer to an array of {@Link Input_Hotkey } instances created by the
1368 void OH_Input_DestroyAllSystemHotkeys(Input_Hotkey **hotkeys, int32_t count);

Completed in 6 milliseconds