Searched refs:asyncThread (Results 1 – 3 of 3) sorted by relevance
| /applications/standard/contacts_data/test/unittest/src/ |
| D | calllogability_test.cpp | 1208 std::thread asyncThread(&CallLogAsync::Insert, contactAsync); variable 1210 asyncThread.detach(); 1267 std::thread asyncThread(&CallLogAsync::Update, contactAsync); variable 1268 asyncThread.detach(); 1317 std::thread asyncThread(&CallLogAsync::Query, contactAsync); variable 1318 asyncThread.detach(); 1367 std::thread asyncThread(&CallLogAsync::Delete, contactAsync); variable 1368 asyncThread.detach();
|
| D | voicemailability_test.cpp | 1568 std::thread asyncThread(&VoicemailAsync::Insert, contactAsync); variable 1570 asyncThread.detach(); 1627 std::thread asyncThread(&VoicemailAsync::Update, contactAsync); variable 1628 asyncThread.detach(); 1677 std::thread asyncThread(&VoicemailAsync::Query, contactAsync); variable 1678 asyncThread.detach(); 1727 std::thread asyncThread(&VoicemailAsync::Delete, contactAsync); variable 1728 asyncThread.detach();
|
| D | contactability_test.cpp | 3408 std::thread asyncThread(&ContactAsync::Insert, contactAsync); variable 3410 asyncThread.detach(); 3468 std::thread asyncThread(&ContactAsync::Update, contactAsync); variable 3469 asyncThread.detach(); 3519 std::thread asyncThread(&ContactAsync::Query, contactAsync); variable 3520 asyncThread.detach(); 3569 std::thread asyncThread(&ContactAsync::Delete, contactAsync); variable 3570 asyncThread.detach();
|