Home
last modified time | relevance | path

Searched refs:AncoAddChannel (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/facility/mock/include/
H A Dinput_windows_manager_mock.h128 MOCK_METHOD(int32_t, AncoAddChannel, (sptr<IAncoChannel>));
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Di_input_windows_manager.h158 virtual int32_t AncoAddChannel(sptr<IAncoChannel> channel) = 0;
H A Dinput_windows_manager.h184 int32_t AncoAddChannel(sptr<IAncoChannel> channel);
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h145 int32_t AncoAddChannel(sptr<IAncoChannel> channel);
H A Di_multimodal_input_connect.h152 virtual int32_t AncoAddChannel(sptr<IAncoChannel> channel) = 0;
H A Dmultimodal_input_connect_proxy.h137 int32_t AncoAddChannel(sptr<IAncoChannel> channel) override;
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp824 int32_t MultimodalInputConnectManager::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel() function in OHOS::MMI::MultimodalInputConnectManager
828 return multimodalInputConnectService_->AncoAddChannel(channel); in AncoAddChannel()
H A Dmultimodal_input_connect_proxy.cpp2163 int32_t MultimodalInputConnectProxy::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel() function in OHOS::MMI::MultimodalInputConnectProxy
H A Dmultimodal_input_connect_stub.cpp2537 int32_t ret = AncoAddChannel(channel); in StubAncoAddChannel()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h210 int32_t AncoAddChannel(std::shared_ptr<IAncoConsumer> consumer);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h166 int32_t AncoAddChannel(sptr<IAncoChannel> channel) override;
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp621 int32_t InputWindowsManager::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel() function in OHOS::InputWindowsManager
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp596 return InputMgrImpl.AncoAddChannel(consumer); in AncoAddConsumer()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2321 int32_t InputManagerImpl::AncoAddChannel(std::shared_ptr<IAncoConsumer> consumer) in AncoAddChannel() function in OHOS::MMI::InputManagerImpl
2329 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->AncoAddChannel(tChannel); in AncoAddChannel()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2759 int32_t MMIService::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel() function in OHOS::MMI::MMIService
2762 return WIN_MGR->AncoAddChannel(channel); in AncoAddChannel()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp272 int32_t AncoAddChannel(sptr<IAncoChannel> channel) override { return retChannel_; } in AncoAddChannel() function in OHOS::MMI::__anonacab6b980110::MMIServiceTest