Home
last modified time | relevance | path

Searched refs:otherContact (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Dstreamed-media-chan.cpp186 QVERIFY(otherContact); in expectOutgoingRequestStreamsFinished()
190 QCOMPARE(stream->contact(), otherContact); in expectOutgoingRequestStreamsFinished()
511 QVERIFY(otherContact); in testOutgoingCall()
702 QVERIFY(otherContact); in testOutgoingCallBusy()
755 QVERIFY(otherContact); in testOutgoingCallNoAnswer()
827 QVERIFY(otherContact); in testOutgoingCallTerminate()
1059 QVERIFY(otherContact); in testHold()
1116 QVERIFY(otherContact); in testHoldNoUnhold()
1169 QVERIFY(otherContact); in testHoldInabilityUnhold()
1239 QVERIFY(otherContact); in testDTMF()
[all …]
H A Dcall-channel.cpp290 ContactPtr otherContact = contacts.at(0); in testOutgoingCall() local
291 QVERIFY(otherContact); in testOutgoingCall()
301 otherContact->handle()[0]); in testOutgoingCall()
509 QVERIFY(otherContact); in testIncomingCall()
596 ContactPtr otherContact = contacts.at(0); in testHold() local
597 QVERIFY(otherContact); in testHold()
664 ContactPtr otherContact = contacts.at(0); in testHangup() local
665 QVERIFY(otherContact); in testHangup()
706 ContactPtr otherContact = contacts.at(0); in testCallMembers() local
707 QVERIFY(otherContact); in testCallMembers()
[all …]
/dports/deskutils/kaddressbook/kaddressbook-21.12.3/src/
H A Dcontactsorter.cpp24 …ool operator()(const KContacts::Addressee &contact, const KContacts::Addressee &otherContact) const in operator ()()
26 …Compare(ContactFields::value(mSortField, contact), ContactFields::value(mSortField, otherContact)); in operator ()()
30 … ContactFields::value(ContactFields::GivenName, otherContact)); in operator ()()
34 … ContactFields::value(ContactFields::FamilyName, otherContact)); in operator ()()
38 … ContactFields::value(ContactFields::FormattedName, otherContact)); in operator ()()
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/lib/
H A Dchat-widget.cpp310 Tp::ContactPtr otherContact = d->channel->textChannel()->targetContact(); in icon() local
311 QIcon presenceIcon = KTp::Presence(otherContact->presence()).icon(); in icon()
313 if (otherContact->clientTypes().contains(QLatin1String("phone"))) { in icon()
1408 Tp::ContactPtr otherContact = d->channel->textChannel()->targetContact(); in initChatArea() local
1410 Q_ASSERT(otherContact); in initChatArea()
1412 d->contactName = otherContact->alias(); in initChatArea()
1413 info.setDestinationDisplayName(otherContact->alias()); in initChatArea()
1414 info.setDestinationName(otherContact->id()); in initChatArea()
1415 info.setChatName(otherContact->alias()); in initChatArea()
1416 info.setIncomingIconPath(QUrl::fromLocalFile(otherContact->avatarData().fileName)); in initChatArea()