Lines Matching refs:contactAsync
3407 ContactAsync *contactAsync = new ContactAsync(values, result);
3408 std::thread asyncThread(&ContactAsync::Insert, contactAsync);
3409 contactAsyncVector.push_back(contactAsync);
3466 ContactAsync *contactAsync = new ContactAsync(values, id);
3467 contactAsyncVector.push_back(contactAsync);
3468 std::thread asyncThread(&ContactAsync::Update, contactAsync);
3517 ContactAsync *contactAsync = new ContactAsync(resultSetVector, rawContactId);
3518 contactAsyncVector.push_back(contactAsync);
3519 std::thread asyncThread(&ContactAsync::Query, contactAsync);
3567 ContactAsync *contactAsync = new ContactAsync(id);
3568 contactAsyncVector.push_back(contactAsync);
3569 std::thread asyncThread(&ContactAsync::Delete, contactAsync);