Home
last modified time | relevance | path

Searched refs:mContactRepo (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Dchan-conference.cpp23 mConn(0), mContactRepo(0), in TestConferenceChan()
43 TpHandleRepoIface *mContactRepo; member in TestConferenceChan
91 mContactRepo = tp_base_connection_get_handles(TP_BASE_CONNECTION(mConn->service()), in initTestCase()
93 guint handle1 = tp_handle_ensure(mContactRepo, "someone1@localhost", 0, 0); in initTestCase()
94 guint handle2 = tp_handle_ensure(mContactRepo, "someone2@localhost", 0, 0); in initTestCase()
95 guint handle3 = tp_handle_ensure(mContactRepo, "someone3@localhost", 0, 0); in initTestCase()
H A Dcontact-messenger.cpp171 mConnService(0), mBaseConnService(0), mContactRepo(0), in TestContactMessenger()
213 TpHandleRepoIface *mContactRepo; member in TestContactMessenger
401 mContactRepo = tp_base_connection_get_handles(mBaseConnService, in initTestCase()
403 guint handle = tp_handle_ensure(mContactRepo, "Ann", 0, 0); in initTestCase()
534 guint handle = tp_handle_ensure(mContactRepo, "Ann", 0, 0); in testReceived()
574 guint handle = tp_handle_ensure(mContactRepo, "Ann", 0, 0); in testReceivedFromContact()
H A Dtext-chan.cpp40 mConn(0), mContactRepo(0), in TestTextChan()
69 TpHandleRepoIface *mContactRepo; member in TestTextChan
139 mContactRepo = tp_base_connection_get_handles(TP_BASE_CONNECTION(mConn->service()), in initTestCase()
141 guint handle = tp_handle_ensure(mContactRepo, "someone@localhost", 0, 0); in initTestCase()
H A Dclient.cpp350 mConn(0), mContactRepo(0), in TestClient()
380 TpHandleRepoIface *mContactRepo; member in TestClient
449 mContactRepo = tp_base_connection_get_handles(TP_BASE_CONNECTION(mConn->service()), in initTestCase()
451 guint handle = tp_handle_ensure(mContactRepo, "someone@localhost", 0, 0); in initTestCase()
H A Dclient-factories.cpp364 mConnService(0), mBaseConnService(0), mContactRepo(0), in TestClientFactories()
393 TpHandleRepoIface *mContactRepo; member in TestClientFactories
514 mContactRepo = tp_base_connection_get_handles(mBaseConnService, in initTestCase()
516 guint handle = tp_handle_ensure(mContactRepo, "someone@localhost", 0, 0); in initTestCase()
H A Dcontact-search-chan.cpp45 TpHandleRepoIface *mContactRepo; member in TestContactSearchChan