/foundation/multimodalinput/input/test/fuzztest/getallsystemhotkeys_fuzzer/ |
H A D | getallsystemhotkeys_fuzzer.cpp | 30 OHOS::MMI::InputManager::GetInstance()->GetAllSystemHotkeys(keyOptions, count); in GetAllSystemHotkeysFuzzTest()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | input_manager.cpp | 71 inputManager->GetAllSystemHotkeys(keyOptions, count); in GetSystemHotkeys()
|
/foundation/multimodalinput/input/service/subscriber/include/ |
H A D | key_shortcut_manager.h | 84 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &sysKeys);
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 679 int32_t InputManager::GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions, int32_t &count) in GetAllSystemHotkeys() function in OHOS::MMI::InputManager 681 return InputMgrImpl.GetAllSystemHotkeys(keyOptions, count); in GetAllSystemHotkeys()
|
/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 163 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions);
|
H A D | i_multimodal_input_connect.h | 171 virtual int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) = 0;
|
H A D | multimodal_input_connect_proxy.h | 157 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) override;
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 638 static napi_value GetAllSystemHotkeys(napi_env env, napi_callback_info info) in GetAllSystemHotkeys() function 686 DECLARE_NAPI_FUNCTION("getAllSystemHotkeys", GetAllSystemHotkeys) in MmiInit()
|
H A D | js_register_util.cpp | 458 cb->errCode = InputManager::GetInstance()->GetAllSystemHotkeys(keyOptions, count); in GetSystemHotkey()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 230 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions, int32_t &count);
|
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 987 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions, int32_t &count);
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 929 int32_t MultimodalInputConnectManager::GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) in GetAllSystemHotkeys() function in OHOS::MMI::MultimodalInputConnectManager 934 return multimodalInputConnectService_->GetAllSystemHotkeys(keyOptions); in GetAllSystemHotkeys()
|
H A D | multimodal_input_connect_stub.cpp | 2882 int32_t ret = GetAllSystemHotkeys(keyOptions); in StubGetAllSystemHotkeys() 2884 MMI_HILOGD("Call GetAllSystemHotkeys failed ret:%{public}d", ret); in StubGetAllSystemHotkeys()
|
H A D | multimodal_input_connect_proxy.cpp | 2565 int32_t MultimodalInputConnectProxy::GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) in GetAllSystemHotkeys() function in OHOS::MMI::MultimodalInputConnectProxy
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 189 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) override;
|
/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 1688 int32_t ret = OHOS::MMI::InputManager::GetInstance()->GetAllSystemHotkeys(keyOptions, hotkeyCount); in OH_Input_CreateAllSystemHotkeys() 1690 MMI_HILOGE("GetAllSystemHotkeys fail"); in OH_Input_CreateAllSystemHotkeys() 1736 int32_t ret = OHOS::MMI::InputManager::GetInstance()->GetAllSystemHotkeys(keyOptions, hotkeyCount); in OH_Input_GetAllSystemHotkeys() 1738 MMI_HILOGE("GetAllSystemHotkeys fail"); in OH_Input_GetAllSystemHotkeys()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 2529 int32_t InputManagerImpl::GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions, int32_t &count) in GetAllSystemHotkeys() function in OHOS::MMI::InputManagerImpl 2532 if (MULTIMODAL_INPUT_CONNECT_MGR->GetAllSystemHotkeys(keyOptions) != RET_OK) { in GetAllSystemHotkeys() 2533 MMI_HILOGE("GetAllSystemHotkeys failed"); in GetAllSystemHotkeys()
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_shortcut_manager.cpp | 789 int32_t KeyShortcutManager::GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &sysKeys) in GetAllSystemHotkeys() function in OHOS::MMI::KeyShortcutManager
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 3748 int32_t MMIService::GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) in GetAllSystemHotkeys() function in OHOS::MMI::MMIService 3767 return KEY_SHORTCUT_MGR->GetAllSystemHotkeys(keyOptions); in OnGetAllSystemHotkey()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_test.cpp | 3302 int32_t ret = InputManager::GetInstance()->GetAllSystemHotkeys(keyOptions, count); in HWTEST_F()
|
/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_stub_ex_test.cpp | 307 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) override
|