Home
last modified time | relevance | path

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

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dstream-tube-channel.h59 bool supportsUnixSocketsWithCredentials() const;
H A Dincoming-stream-tube-channel.cpp368 !supportsUnixSocketsWithCredentials()) || in acceptTubeAsUnixSocket()
H A Dstream-tube-channel.cpp447 bool StreamTubeChannel::supportsUnixSocketsWithCredentials() const in supportsUnixSocketsWithCredentials() function in Tp::StreamTubeChannel
H A Doutgoing-stream-tube-channel.cpp536 !supportsUnixSocketsWithCredentials()) || in offerUnixSocket()
H A Dstream-tube-client.cpp294 if (requireCredentials && !tube->supportsUnixSocketsWithCredentials()) { in TubeWrapper()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Dstream-tube-chan.cpp393 QCOMPARE(mChan->supportsUnixSocketsWithCredentials(), false); in testCreation()
421 QCOMPARE(mChan->supportsUnixSocketsWithCredentials(), false); in testCreation()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/
H A DChangeLog18079 StreamTubeChannel: Fix supportsUnixSocketsWithCredentials.