Home
last modified time | relevance | path

Searched refs:onNewChannels (Results 1 – 10 of 10) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dsimple-text-observer.cpp61 SLOT(onNewChannels(QList<Tp::ChannelPtr>))); in Private()
176 onNewChannels(mPriv->observer->channels()); in SimpleTextObserver()
226 void SimpleTextObserver::onNewChannels(const QList<ChannelPtr> &channels) in onNewChannels() function in Tp::SimpleTextObserver
H A Dsimple-call-observer.cpp85 SLOT(onNewChannels(QList<Tp::ChannelPtr>))); in Private()
259 void SimpleCallObserver::onNewChannels(const QList<ChannelPtr> &channels) in onNewChannels() function in Tp::SimpleCallObserver
H A Dsimple-text-observer.h63 TP_QT_NO_EXPORT void onNewChannels(const QList<Tp::ChannelPtr> &channels);
H A Dsimple-call-observer.h79 TP_QT_NO_EXPORT void onNewChannels(const QList<Tp::ChannelPtr> &channels);
H A Dsimple-observer.cpp108 SLOT(onNewChannels(Tp::AccountPtr,QList<Tp::ChannelPtr>))); in Private()
476 onNewChannels(it.key(), it.value()); in SimpleObserver()
598 void SimpleObserver::onNewChannels(const AccountPtr &channelsAccount, in onNewChannels() function in Tp::SimpleObserver
H A Dsimple-observer.h77 TP_QT_NO_EXPORT void onNewChannels(const Tp::AccountPtr &channelsAccount,
H A Dcontact-manager-internal.h126 void onNewChannels(const Tp::ChannelDetailsList &channelDetailsList);
H A Dcontact-manager-roster.cpp186 SLOT(onNewChannels(Tp::ChannelDetailsList))); in introspectGroups()
1375 void ContactManager::Roster::onNewChannels(const Tp::ChannelDetailsList &channelDetailsList) in onNewChannels() function in Tp::ContactManager::Roster
1433 onNewChannels(qdbus_cast<ChannelDetailsList>(reply.value())); in gotChannels()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Dcall-channel.cpp51 void onNewChannels(const Tp::ChannelDetailsList &details);
233 void TestCallChannel::onNewChannels(const Tp::ChannelDetailsList &channels) in onNewChannels() function in TestCallChannel
489 SLOT(onNewChannels(const Tp::ChannelDetailsList&)))); in testIncomingCall()
825 SLOT(onNewChannels(const Tp::ChannelDetailsList&)))); in testDTMF()
H A Dstreamed-media-chan.cpp75 void onNewChannels(const Tp::ChannelDetailsList &);
439 void TestStreamedMediaChan::onNewChannels(const Tp::ChannelDetailsList &channels) in onNewChannels() function in TestStreamedMediaChan
905 SLOT(onNewChannels(const Tp::ChannelDetailsList&)))); in testIncomingCall()