Home
last modified time | relevance | path

Searched refs:transferChannel (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/examples/file-transfer/
H A Dfile-receiver-handler.cpp79 …IncomingFileTransferChannelPtr transferChannel = IncomingFileTransferChannelPtr::qObjectCast(chan); in handleChannels() local
80 Q_ASSERT(transferChannel); in handleChannels()
84 PendingFileReceive *receiveOperation = new PendingFileReceive(transferChannel, in handleChannels()
H A Dfile-sender.cpp229 …OutgoingFileTransferChannelPtr transferChannel = OutgoingFileTransferChannelPtr::qObjectCast(chan); in onTransferRequestFinished() local
230 Q_ASSERT(transferChannel); in onTransferRequestFinished()
233 Q_ASSERT(!transferChannel->uri().isEmpty()); in onTransferRequestFinished()
235 PendingFileSend *sendOperation = new PendingFileSend(transferChannel, SharedPtr<RefCounted>()); in onTransferRequestFinished()
/dports/editors/calligra/calligra-3.2.1/plugins/shapefiltereffects/
H A DComponentTransferEffect.cpp140 dr = transferChannel(ChannelR, sr); in processImage()
141 dg = transferChannel(ChannelG, sg); in processImage()
142 db = transferChannel(ChannelB, sb); in processImage()
143 da = transferChannel(ChannelA, sa); in processImage()
158 qreal ComponentTransferEffect::transferChannel(Channel channel, qreal value) const in transferChannel() function in ComponentTransferEffect
H A DComponentTransferEffect.h107 qreal transferChannel(Channel channel, qreal value) const;
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/lib/
H A Dchat-widget.cpp426 Tp::OutgoingFileTransferChannelPtr transferChannel; in temporaryFileTransferChannelCreated() local
427transferChannel = Tp::OutgoingFileTransferChannelPtr::qObjectCast<Tp::Channel>(request->channelReq… in temporaryFileTransferChannelCreated()
428 Q_ASSERT(!transferChannel.isNull()); in temporaryFileTransferChannelCreated()
432 d->tmpFileTransfers << transferChannel; in temporaryFileTransferChannelCreated()
434 …connect(transferChannel.data(), SIGNAL(stateChanged(Tp::FileTransferState,Tp::FileTransferStateCha… in temporaryFileTransferChannelCreated()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/addons/
H A DPVRClient.cpp1763 std::shared_ptr<CPVRChannel> transferChannel(new CPVRChannel(*channel, client->GetID())); in cb_transfer_channel_entry() local
1764 kodiChannels->UpdateFromClient(transferChannel, CPVRChannelNumber(), channel->iOrder, in cb_transfer_channel_entry()
1765 transferChannel->ClientChannelNumber()); in cb_transfer_channel_entry()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/
H A DChangeLog15351 file-transfer example: Rename ift/oftChan to transferChannel for clarity.