Home
last modified time | relevance | path

Searched refs:GetAllSystemHotkeys (Results 1 - 21 of 21) sorted by relevance

/foundation/multimodalinput/input/test/fuzztest/getallsystemhotkeys_fuzzer/
H A Dgetallsystemhotkeys_fuzzer.cpp30 OHOS::MMI::InputManager::GetInstance()->GetAllSystemHotkeys(keyOptions, count); in GetAllSystemHotkeysFuzzTest()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dinput_manager.cpp71 inputManager->GetAllSystemHotkeys(keyOptions, count); in GetSystemHotkeys()
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h84 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &sysKeys);
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp679 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 Dmultimodal_input_connect_manager.h163 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions);
H A Di_multimodal_input_connect.h171 virtual int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) = 0;
H A Dmultimodal_input_connect_proxy.h157 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) override;
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp638 static napi_value GetAllSystemHotkeys(napi_env env, napi_callback_info info) in GetAllSystemHotkeys() function
686 DECLARE_NAPI_FUNCTION("getAllSystemHotkeys", GetAllSystemHotkeys) in MmiInit()
H A Djs_register_util.cpp458 cb->errCode = InputManager::GetInstance()->GetAllSystemHotkeys(keyOptions, count); in GetSystemHotkey()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h230 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions, int32_t &count);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h987 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions, int32_t &count);
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp929 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 Dmultimodal_input_connect_stub.cpp2882 int32_t ret = GetAllSystemHotkeys(keyOptions); in StubGetAllSystemHotkeys()
2884 MMI_HILOGD("Call GetAllSystemHotkeys failed ret:%{public}d", ret); in StubGetAllSystemHotkeys()
H A Dmultimodal_input_connect_proxy.cpp2565 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 Dmmi_service.h189 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) override;
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1688 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 Dinput_manager_impl.cpp2529 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 Dkey_shortcut_manager.cpp789 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 Dmmi_service.cpp3748 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 Dinput_manager_test.cpp3302 int32_t ret = InputManager::GetInstance()->GetAllSystemHotkeys(keyOptions, count); in HWTEST_F()
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp307 int32_t GetAllSystemHotkeys(std::vector<std::unique_ptr<KeyOption>> &keyOptions) override

Completed in 48 milliseconds