Lines Matching refs:contactAsync
1567 VoicemailAsync *contactAsync = new VoicemailAsync(values, result);
1568 std::thread asyncThread(&VoicemailAsync::Insert, contactAsync);
1569 voicemailAsyncVector.push_back(contactAsync);
1625 VoicemailAsync *contactAsync = new VoicemailAsync(values, id);
1626 voicemailAsyncVector.push_back(contactAsync);
1627 std::thread asyncThread(&VoicemailAsync::Update, contactAsync);
1675 VoicemailAsync *contactAsync = new VoicemailAsync(resultSetVector, voicemailId);
1676 voicemailAsyncVector.push_back(contactAsync);
1677 std::thread asyncThread(&VoicemailAsync::Query, contactAsync);
1725 VoicemailAsync *contactAsync = new VoicemailAsync(id);
1726 voicemailAsyncVector.push_back(contactAsync);
1727 std::thread asyncThread(&VoicemailAsync::Delete, contactAsync);