Home
last modified time | relevance | path

Searched refs:SubscribeHotkey (Results 1 - 22 of 22) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dmultimodal_event_handler.cpp82 int32_t MultimodalEventHandler::SubscribeHotkey( in SubscribeHotkey() function in OHOS::MMI::MultimodalEventHandler
86 return MULTIMODAL_INPUT_CONNECT_MGR->SubscribeHotkey( in SubscribeHotkey()
H A Dkey_event_input_subscribe_manager.cpp179 int32_t KeyEventInputSubscribeManager::SubscribeHotkey(std::shared_ptr<KeyOption> keyOption, in SubscribeHotkey() function in OHOS::MMI::KeyEventInputSubscribeManager
202 int32_t ret = MMIEventHdl.SubscribeHotkey(*tIter); in SubscribeHotkey()
204 MMI_HILOGE("SubscribeHotkey fail, error:%{public}d", ret); in SubscribeHotkey()
H A Dinput_manager_impl.cpp381 int32_t InputManagerImpl::SubscribeHotkey(std::shared_ptr<KeyOption> keyOption, in SubscribeHotkey() function in OHOS::MMI::InputManagerImpl
390 return KeyEventInputSubscribeMgr.SubscribeHotkey(keyOption, callback); in SubscribeHotkey()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dmultimodal_event_handler.h45 int32_t SubscribeHotkey(const KeyEventInputSubscribeManager::SubscribeKeyEventInfo &subscribeInfo);
H A Dkey_event_input_subscribe_manager.h73 int32_t SubscribeHotkey(std::shared_ptr<KeyOption> keyOption,
H A Dinput_manager_impl.h72 int32_t SubscribeHotkey(std::shared_ptr<KeyOption> keyOption,
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp400 napi_value SubscribeHotkey(napi_env env, napi_callback_info info, sptr<KeyEventMonitorInfo> event, in SubscribeHotkey() function
415 subscribeId = InputManager::GetInstance()->SubscribeHotkey(keyOption, SubHotkeyEventCallback); in SubscribeHotkey()
512 if (SubscribeHotkey(env, info, event, keyOption) == nullptr) { in JsOn()
513 MMI_HILOGE("SubscribeHotkey failed"); in JsOn()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp110 int32_t InputManager::SubscribeHotkey(std::shared_ptr<KeyOption> keyOption, in SubscribeHotkey() function in OHOS::MMI::InputManager
113 return InputMgrImpl.SubscribeHotkey(keyOption, callback); in SubscribeHotkey()
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h96 int32_t SubscribeHotkey(int32_t subscribeId, const std::shared_ptr<KeyOption> option);
H A Di_multimodal_input_connect.h103 virtual int32_t SubscribeHotkey(int32_t subscribeId, const std::shared_ptr<KeyOption> option) = 0;
H A Dmultimodal_input_connect_proxy.h88 int32_t SubscribeHotkey(int32_t subscribeId, const std::shared_ptr<KeyOption> option) override;
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h54 int32_t SubscribeHotkey(SessionPtr sess, int32_t subscribeId, std::shared_ptr<KeyOption> keyOption);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h148 int32_t SubscribeHotkey(std::shared_ptr<KeyOption> keyOption,
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp415 int32_t MultimodalInputConnectManager::SubscribeHotkey(int32_t subscribeId, const std::shared_ptr<KeyOption> option) in SubscribeHotkey() function in OHOS::MMI::MultimodalInputConnectManager
419 return multimodalInputConnectService_->SubscribeHotkey(subscribeId, option); in SubscribeHotkey()
H A Dmultimodal_input_connect_stub.cpp1418 int32_t ret = SubscribeHotkey(subscribeId, keyOption); in StubSubscribeHotkey()
1420 MMI_HILOGE("SubscribeHotkey failed, ret:%{public}d", ret); in StubSubscribeHotkey()
H A Dmultimodal_input_connect_proxy.cpp1225 int32_t MultimodalInputConnectProxy::SubscribeHotkey(int32_t subscribeId, const std::shared_ptr<KeyOption> keyOption) in SubscribeHotkey() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h102 int32_t SubscribeHotkey(int32_t subscribeId, const std::shared_ptr<KeyOption> option) override;
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp810 return subscriberHandler->SubscribeHotkey(sess, subscribeId, option); in OnSubscribeHotkey()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp285 int32_t KeySubscriberHandler::SubscribeHotkey( in SubscribeHotkey() function in OHOS::MMI::KeySubscriberHandler
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp3401 @tc.desc: Test the funcation SubscribeHotkey
3412 response = InputManager::GetInstance()->SubscribeHotkey(keyOption, nullptr); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2325 int32_t MMIService::SubscribeHotkey(int32_t subscribeId, const std::shared_ptr<KeyOption> option) in SubscribeHotkey() function in OHOS::MMI::MMIService
2346 MMI_HILOGD("SubscribeHotkey info to observer : pid:%{public}d, bundleName:%{public}s", in SubscribeHotkey()
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp175 int32_t SubscribeHotkey(int32_t subscribeId, const std::shared_ptr<KeyOption> option) override

Completed in 47 milliseconds