Home
last modified time | relevance | path

Searched refs:asyncThread (Results 1 – 3 of 3) sorted by relevance

/applications/standard/contacts_data/test/unittest/src/
Dcalllogability_test.cpp1208 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();
Dvoicemailability_test.cpp1568 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();
Dcontactability_test.cpp3408 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();