Home
last modified time | relevance | path

Searched refs:resultSetVector (Results 1 - 3 of 3) sorted by relevance

/applications/standard/contacts_data/test/unittest/src/
H A Dvoicemailability_test.cpp1672 std::vector<std::shared_ptr<OHOS::DataShare::DataShareResultSet>> resultSetVector; in HWTEST_F() local
1675 VoicemailAsync *contactAsync = new VoicemailAsync(resultSetVector, voicemailId); in HWTEST_F()
1681 int size = resultSetVector.size(); in HWTEST_F()
1684 resultSetVector[i]->GetRowCount(rowCount); in HWTEST_F()
1686 resultSetVector[i]->Close(); in HWTEST_F()
H A Dcalllogability_test.cpp1312 std::vector<std::shared_ptr<OHOS::DataShare::DataShareResultSet>> resultSetVector; in HWTEST_F() local
1315 CallLogAsync *contactAsync = new CallLogAsync(resultSetVector, callLogId); in HWTEST_F()
1321 int size = resultSetVector.size(); in HWTEST_F()
1324 resultSetVector[i]->GetRowCount(rowCount); in HWTEST_F()
1326 resultSetVector[i]->Close(); in HWTEST_F()
H A Dcontactability_test.cpp3514 std::vector<std::shared_ptr<OHOS::DataShare::DataShareResultSet>> resultSetVector; in HWTEST_F() local
3517 ContactAsync *contactAsync = new ContactAsync(resultSetVector, rawContactId); in HWTEST_F()
3523 int size = resultSetVector.size(); in HWTEST_F()
3526 resultSetVector[i]->GetRowCount(rowCount); in HWTEST_F()
3528 resultSetVector[i]->Close(); in HWTEST_F()

Completed in 15 milliseconds