Home
last modified time | relevance | path

Searched refs:ContactAsync (Results 1 - 2 of 2) sorted by relevance

/applications/standard/contacts_data/test/unittest/include/
H A Dcontactability_test.h28 class ContactAsync { class
37 ContactAsync(OHOS::DataShare::DataShareValuesBucket &values, std::map<int, in ContactAsync() function in Contacts::Test::ContactAsync
45 ContactAsync(OHOS::DataShare::DataShareValuesBucket &updateValues, int &predicatesId) in ContactAsync() function in Contacts::Test::ContactAsync
52 ContactAsync(std::vector<std::shared_ptr<OHOS::DataShare::DataShareResultSet>> resultSet, in ContactAsync() function in Contacts::Test::ContactAsync
61 explicit ContactAsync(int &predicatesDeleteId) in ContactAsync() function in Contacts::Test::ContactAsync
/applications/standard/contacts_data/test/unittest/src/
H A Dcontactability_test.cpp3399 std::vector<ContactAsync *> contactAsyncVector; in HWTEST_F()
3407 ContactAsync *contactAsync = new ContactAsync(values, result); in HWTEST_F()
3408 std::thread asyncThread(&ContactAsync::Insert, contactAsync); in HWTEST_F()
3457 std::vector<ContactAsync *> contactAsyncVector; in HWTEST_F()
3466 ContactAsync *contactAsync = new ContactAsync(values, id); in HWTEST_F()
3468 std::thread asyncThread(&ContactAsync::Update, contactAsync); in HWTEST_F()
3513 std::vector<ContactAsync *> contactAsyncVector; in HWTEST_F()
3517 ContactAsync *contactAsyn in HWTEST_F()
[all...]

Completed in 7 milliseconds