Lines Matching refs:callLogId
1241 std::vector<int64_t> callLogId;
1242 callLogId.push_back(CalllogInsertValue("async_update1", callValues));
1244 callLogId.push_back(CalllogInsertValue("async_update2", callValues));
1246 callLogId.push_back(CalllogInsertValue("async_update3", callValues));
1248 callLogId.push_back(CalllogInsertValue("async_update4", callValues));
1250 callLogId.push_back(CalllogInsertValue("async_update5", callValues));
1252 callLogId.push_back(CalllogInsertValue("async_update6", callValues));
1257 int size = callLogId.size();
1264 int id = callLogId[i];
1269 queryPredicates.EqualTo("id", std::to_string(callLogId[i]));
1298 std::vector<int64_t> callLogId;
1299 callLogId.push_back(CalllogInsertValue("async_query1", callLogValues));
1301 callLogId.push_back(CalllogInsertValue("async_query2", callLogValues));
1303 callLogId.push_back(CalllogInsertValue("async_query3", callLogValues));
1305 callLogId.push_back(CalllogInsertValue("async_query4", callLogValues));
1307 callLogId.push_back(CalllogInsertValue("async_query5", callLogValues));
1309 callLogId.push_back(CalllogInsertValue("async_query6", callLogValues));
1315 CallLogAsync *contactAsync = new CallLogAsync(resultSetVector, callLogId);
1346 std::vector<int64_t> callLogId;
1347 callLogId.push_back(CalllogInsertValue("async_update1", callLogValues));
1349 callLogId.push_back(CalllogInsertValue("async_update2", callLogValues));
1351 callLogId.push_back(CalllogInsertValue("async_update3", callLogValues));
1353 callLogId.push_back(CalllogInsertValue("async_update4", callLogValues));
1355 callLogId.push_back(CalllogInsertValue("async_update5", callLogValues));
1357 callLogId.push_back(CalllogInsertValue("async_update6", callLogValues));
1359 int size = callLogId.size();
1364 int id = callLogId[i];