Home
last modified time | relevance | path

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

/applications/standard/contactsdata/test/unittest/src/
Dcalllogability_test.cpp1208 std::thread asyncThread(&CallLogAsync::Insert, contactAsync); variable
1267 std::thread asyncThread(&CallLogAsync::Update, contactAsync); variable
1317 std::thread asyncThread(&CallLogAsync::Query, contactAsync); variable
1367 std::thread asyncThread(&CallLogAsync::Delete, contactAsync); variable
Dvoicemailability_test.cpp1568 std::thread asyncThread(&VoicemailAsync::Insert, contactAsync); variable
1627 std::thread asyncThread(&VoicemailAsync::Update, contactAsync); variable
1677 std::thread asyncThread(&VoicemailAsync::Query, contactAsync); variable
1727 std::thread asyncThread(&VoicemailAsync::Delete, contactAsync); variable
Dcontactability_test.cpp3408 std::thread asyncThread(&ContactAsync::Insert, contactAsync); variable
3468 std::thread asyncThread(&ContactAsync::Update, contactAsync); variable
3519 std::thread asyncThread(&ContactAsync::Query, contactAsync); variable
3569 std::thread asyncThread(&ContactAsync::Delete, contactAsync); variable