Home
last modified time | relevance | path

Searched refs:IAncoChannel (Results 1 - 19 of 19) sorted by relevance

/foundation/multimodalinput/input/common/anco/comm/src/
H A Danco_channel_proxy.cpp30 : IRemoteProxy<IAncoChannel>(remoteObj) in AncoChannelProxy()
38 if (!data.WriteInterfaceToken(IAncoChannel::GetDescriptor())) { in SyncInputEvent()
65 if (!data.WriteInterfaceToken(IAncoChannel::GetDescriptor())) { in SyncInputEvent()
92 if (!data.WriteInterfaceToken(IAncoChannel::GetDescriptor())) { in UpdateWindowInfo()
H A Danco_channel_stub.cpp44 if (descriptor != IAncoChannel::GetDescriptor()) { in OnRemoteRequest()
/foundation/multimodalinput/input/common/anco/comm/include/
H A Di_anco_channel.h32 class IAncoChannel : public IRemoteBroker { class
34 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.multimodalinput.IAncoChannel");
H A Danco_channel_proxy.h27 class AncoChannelProxy final : public IRemoteProxy<IAncoChannel> {
H A Danco_channel_stub.h30 class AncoChannelStub : public IRemoteStub<IAncoChannel> {
/foundation/multimodalinput/input/test/facility/mock/include/
H A Dinput_windows_manager_mock.h121 MOCK_METHOD(int32_t, AncoAddChannel, (sptr<IAncoChannel>));
122 MOCK_METHOD(int32_t, AncoRemoveChannel, (sptr<IAncoChannel>));
/foundation/multimodalinput/input/service/window_manager/include/
H A Di_input_windows_manager.h154 virtual int32_t AncoAddChannel(sptr<IAncoChannel> channel) = 0;
155 virtual int32_t AncoRemoveChannel(sptr<IAncoChannel> channel) = 0;
H A Dinput_windows_manager.h181 int32_t AncoAddChannel(sptr<IAncoChannel> channel);
182 int32_t AncoRemoveChannel(sptr<IAncoChannel> channel);
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h159 int32_t AncoAddChannel(sptr<IAncoChannel> channel);
160 int32_t AncoRemoveChannel(sptr<IAncoChannel> channel);
H A Di_multimodal_input_connect.h166 virtual int32_t AncoAddChannel(sptr<IAncoChannel> channel) = 0;
167 virtual int32_t AncoRemoveChannel(sptr<IAncoChannel> channel) = 0;
H A Dmultimodal_input_connect_proxy.h152 int32_t AncoAddChannel(sptr<IAncoChannel> channel) override;
153 int32_t AncoRemoveChannel(sptr<IAncoChannel> channel) override;
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h180 int32_t AncoAddChannel(sptr<IAncoChannel> channel) override;
181 int32_t AncoRemoveChannel(sptr<IAncoChannel> channel) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h289 std::map<std::shared_ptr<IAncoConsumer>, sptr<IAncoChannel>> ancoChannels_;
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp2788 sptr<IAncoChannel> channel = iface_cast<IAncoChannel>(remoteObj); in StubAncoAddChannel()
2807 sptr<IAncoChannel> channel = iface_cast<IAncoChannel>(remoteObj); in StubAncoRemoveChannel()
H A Dmultimodal_input_connect_manager.cpp894 int32_t MultimodalInputConnectManager::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel()
901 int32_t MultimodalInputConnectManager::AncoRemoveChannel(sptr<IAncoChannel> channel) in AncoRemoveChannel()
H A Dmultimodal_input_connect_proxy.cpp2418 int32_t MultimodalInputConnectProxy::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel()
2444 int32_t MultimodalInputConnectProxy::AncoRemoveChannel(sptr<IAncoChannel> channel) in AncoRemoveChannel()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp3597 int32_t MMIService::AncoAddChannel(sptr<IAncoChannel> channel) in AncoAddChannel()
3608 int32_t MMIService::AncoRemoveChannel(sptr<IAncoChannel> channel) in AncoRemoveChannel()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2466 sptr<IAncoChannel> tChannel = sptr<AncoChannel>::MakeSptr(consumer); 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_; }
295 int32_t AncoRemoveChannel(sptr<IAncoChannel> channel) override { return retChannel_; }

Completed in 34 milliseconds