Home
last modified time | relevance | path

Searched refs:AncoAddChannel (Results 1 - 15 of 15) sorted by relevance

/foundation/multimodalinput/input/test/facility/mock/include/
H A Dinput_windows_manager_mock.h121 MOCK_METHOD(int32_t, AncoAddChannel, (sptr<IAncoChannel>));
/foundation/multimodalinput/input/service/window_manager/include/
H A Di_input_windows_manager.h154 virtual int32_t AncoAddChannel(sptr<IAncoChannel> channel) = 0;
H A Dinput_windows_manager.h181 int32_t AncoAddChannel(sptr<IAncoChannel> channel);
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h159 int32_t AncoAddChannel(sptr<IAncoChannel> channel);
H A Di_multimodal_input_connect.h166 virtual int32_t AncoAddChannel(sptr<IAncoChannel> channel) = 0;
H A Dmultimodal_input_connect_proxy.h152 int32_t AncoAddChannel(sptr<IAncoChannel> channel) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h225 int32_t AncoAddChannel(std::shared_ptr<IAncoConsumer> consumer);
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp894 int32_t MultimodalInputConnectManager::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel() function in OHOS::MMI::MultimodalInputConnectManager
898 return multimodalInputConnectService_->AncoAddChannel(channel); in AncoAddChannel()
H A Dmultimodal_input_connect_stub.cpp2790 int32_t ret = AncoAddChannel(channel); in StubAncoAddChannel()
2792 MMI_HILOGE("AncoAddChannel fail, error:%{public}d", ret); in StubAncoAddChannel()
H A Dmultimodal_input_connect_proxy.cpp2418 int32_t MultimodalInputConnectProxy::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp656 return InputMgrImpl.AncoAddChannel(consumer); in AncoAddConsumer()
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h180 int32_t AncoAddChannel(sptr<IAncoChannel> channel) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2459 int32_t InputManagerImpl::AncoAddChannel(std::shared_ptr<IAncoConsumer> consumer) in AncoAddChannel() function in OHOS::MMI::InputManagerImpl
2467 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->AncoAddChannel(tChannel); in AncoAddChannel()
2469 MMI_HILOGE("AncoAddChannel fail, error:%{public}d", ret); in AncoAddChannel()
2475 MMI_HILOGI("AncoAddChannel function does not support"); in AncoAddChannel()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp3597 int32_t MMIService::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel() function in OHOS::MMI::MMIService
3600 return WIN_MGR->AncoAddChannel(channel); in AncoAddChannel()
3603 MMI_HILOGE("AncoAddChannel fail, error:%{public}d", ret); in AncoAddChannel()
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp294 int32_t AncoAddChannel(sptr<IAncoChannel> channel) override { return retChannel_; }

Completed in 36 milliseconds