Searched refs:rawContactIdThree (Results 1 - 2 of 2) sorted by relevance
/applications/standard/contacts_data/test/unittest/src/ |
H A D | contactability_test.cpp | 432 int64_t rawContactIdThree = RawContactInsert("xiaozhou", values); in HWTEST_F() local 433 HILOG_INFO("contact_Insert_test_200 : rawContactIdThree = %{public}ld", rawContactIdThree); in HWTEST_F() 434 EXPECT_GT(rawContactIdThree, 0); in HWTEST_F() 436 predicates.EqualTo("id", std::to_string(rawContactIdThree)); in HWTEST_F() 885 int64_t rawContactIdThree = RawContactInsert("wanghong", values); in HWTEST_F() local 886 EXPECT_GT(rawContactIdThree, 0); in HWTEST_F() 901 predicates2.EqualTo("id", std::to_string(rawContactIdThree)); in HWTEST_F() 1414 int64_t rawContactIdThree = RawContactInsert("laowei", rawContactValues); in HWTEST_F() local 1415 EXPECT_GT(rawContactIdThree, in HWTEST_F() 1507 int64_t rawContactIdThree = RawContactExpandInsert(vectorValue, 1, values); HWTEST_F() local [all...] |
H A D | contactprofile_test.cpp | 427 int64_t rawContactIdThree = RawContactInsert("xiaozhou", values); in HWTEST_F() local 428 HILOG_INFO("contactProfile_Insert_test_200 : rawContactIdThree = %{public}ld", rawContactIdThree); in HWTEST_F() 429 EXPECT_GT(rawContactIdThree, 0); in HWTEST_F() 431 predicates2.EqualTo("id", std::to_string(rawContactIdThree)); in HWTEST_F() 880 int64_t rawContactIdThree = RawContactInsert("wanghong", values); in HWTEST_F() local 881 EXPECT_GT(rawContactIdThree, 0); in HWTEST_F() 896 predicates2.EqualTo("id", std::to_string(rawContactIdThree)); in HWTEST_F() 1409 int64_t rawContactIdThree = RawContactInsert("laowei", rawContactValues); in HWTEST_F() local 1410 EXPECT_GT(rawContactIdThree, in HWTEST_F() 1502 int64_t rawContactIdThree = RawContactExpandInsert(vectorValue, 1, values); HWTEST_F() local [all...] |
Completed in 8 milliseconds