Searched refs:rawThree (Results 1 - 1 of 1) sorted by relevance
/applications/standard/contacts_data/test/unittest/src/ |
H A D | mergecontact_test.cpp | 635 int64_t rawThree = RawContactInsert("xiaoliu"); in HWTEST_F() local 636 int64_t dataIdThree = ContactDataInsert(rawThree, "phone", "123456", ""); in HWTEST_F() 637 dataIdThree = ContactDataInsert(rawThree, "name", "xiaoliu", ""); in HWTEST_F() 650 ids.push_back(std::to_string(rawThree)); in HWTEST_F() 1055 int64_t rawThree = RawContactInsert("xiaocai"); in HWTEST_F() local 1056 int64_t dataIdThree = ContactDataInsert(rawThree, "phone", "12345678", ""); in HWTEST_F() 1057 dataIdThree = ContactDataInsert(rawThree, "name", "xiaocai", ""); in HWTEST_F() 1068 ids.push_back(std::to_string(rawThree)); in HWTEST_F()
|
Completed in 3 milliseconds