/applications/standard/contacts_data/test/unittest/src/ |
H A D | mergecontact_test.cpp | 133 int64_t MergeContactTest::RawContactInsert(std::string displayName) in RawContactInsert() function in Contacts::Test::MergeContactTest 174 int64_t rawOne = RawContactInsert("xiaowuww"); in HWTEST_F() 179 int64_t rawTwo = RawContactInsert("xiaowuww"); in HWTEST_F() 212 int64_t rawOne = RawContactInsert("xiaochenc"); in HWTEST_F() 215 int64_t rawTwo = RawContactInsert("xiaochenc"); in HWTEST_F() 245 int64_t rawOne = RawContactInsert("xiaomingmm"); in HWTEST_F() 249 int64_t rawTwo = RawContactInsert("xiaomingmm"); in HWTEST_F() 287 int64_t rawOne = RawContactInsert("xiaohong"); in HWTEST_F() 291 int64_t rawTwo = RawContactInsert("xiaohong"); in HWTEST_F() 322 int64_t rawOne = RawContactInsert("xiaozhan in HWTEST_F() [all...] |
H A D | contactability_test.cpp | 31 int64_t ContactAbilityTest::RawContactInsert(std::string displayName, in RawContactInsert() function in Contacts::Test::ContactAbilityTest 394 int64_t rawContactId = RawContactInsert("liming", values); in HWTEST_F() 417 int64_t rawContactIdOne = RawContactInsert("xiaoqian", values); in HWTEST_F() 426 int64_t rawContactIdTwo = RawContactInsert("xiaowang", values); in HWTEST_F() 432 int64_t rawContactIdThree = RawContactInsert("xiaozhou", values); in HWTEST_F() 517 int64_t rawContactId = RawContactInsert("ligang", rawContactValues); in HWTEST_F() 577 int64_t rawContactId = RawContactInsert("chengshao", values); in HWTEST_F() 637 int64_t rawContactId = RawContactInsert("yanshao", values); in HWTEST_F() 682 int64_t rawContactId = RawContactInsert("insert_detail_contactdata", rawValuesBucket); in HWTEST_F() 729 int64_t rawContactId = RawContactInsert("xiaomin in HWTEST_F() [all...] |
H A D | recovery_test.cpp | 43 int64_t RecoveryTest::RawContactInsert(std::string displayName) in RawContactInsert() function in Contacts::Test::RecoveryTest 88 RawContactInsert("liming"); in HWTEST_F() 89 RawContactInsert("xiaolilili"); in HWTEST_F() 97 RawContactInsert("xiaobaibaibai"); in HWTEST_F() 98 RawContactInsert("xiaolitiantian"); in HWTEST_F()
|
H A D | contactprofile_test.cpp | 33 int64_t ContactProfileTest::RawContactInsert(std::string displayName, in RawContactInsert() function in Contacts::Test::ContactProfileTest 389 int64_t rawContactId = RawContactInsert("liming", values); in HWTEST_F() 412 int64_t rawContactIdOne = RawContactInsert("xiaoqian", values); in HWTEST_F() 421 int64_t rawContactIdTwo = RawContactInsert("xiaowang", values); in HWTEST_F() 427 int64_t rawContactIdThree = RawContactInsert("xiaozhou", values); in HWTEST_F() 512 int64_t rawContactId = RawContactInsert("ligang", rawContactValues); in HWTEST_F() 572 int64_t rawContactId = RawContactInsert("chengshao", values); in HWTEST_F() 632 int64_t rawContactId = RawContactInsert("yanshao", values); in HWTEST_F() 677 int64_t rawContactId = RawContactInsert("insert_detail_contactdata", rawValuesBucket); in HWTEST_F() 724 int64_t rawContactId = RawContactInsert("xiaomin in HWTEST_F() [all...] |
H A D | contactpinyin_test.cpp | 31 int64_t ContactPinyinTest::RawContactInsert(std::string displayName, in RawContactInsert() function in Contacts::Test::ContactPinyinTest 122 int64_t rawContactId = RawContactInsert("李想", rawContactValues); in HWTEST_F() 150 int64_t rawContactId = RawContactInsert("張三", rawContactValues); in HWTEST_F() 177 int64_t rawContactId = RawContactInsert("Tom", rawContactValues); in HWTEST_F() 205 int64_t rawContactId = RawContactInsert("李%^玉@成", rawContactValues); in HWTEST_F() 232 int64_t rawContactId = RawContactInsert("李bp玉成욱", rawContactValues); in HWTEST_F()
|
H A D | contactquery_test.cpp | 31 int64_t ContactQueryTest::RawContactInsert(std::string displayName, in RawContactInsert() function in Contacts::Test::ContactQueryTest 124 int64_t rawContactId = RawContactInsert("买键盘", values); in HWTEST_F()
|
/applications/standard/contacts_data/test/unittest/include/ |
H A D | recovery_test.h | 25 int64_t RawContactInsert(std::string displayName);
|
H A D | contactquery_test.h | 27 int64_t RawContactInsert(std::string displayName, OHOS::DataShare::DataShareValuesBucket &alues);
|
H A D | mergecontact_test.h | 25 int64_t RawContactInsert(std::string displayName);
|
H A D | contactpinyin_test.h | 27 int64_t RawContactInsert(std::string displayName, OHOS::DataShare::DataShareValuesBucket &alues);
|
H A D | contactprofile_test.h | 29 int64_t RawContactInsert(std::string displayName, OHOS::DataShare::DataShareValuesBucket &alues);
|
H A D | contactability_test.h | 128 int64_t RawContactInsert(std::string displayName, OHOS::DataShare::DataShareValuesBucket &alues);
|
/applications/standard/contacts_data/contacts/include/ |
H A D | contacts_control.h | 39 int RawContactInsert(std::shared_ptr<DataShare::DataShareHelper> dataShareHelper,
|
/applications/standard/contacts_data/contacts/src/ |
H A D | contacts_control.cpp | 30 int ContactsControl::RawContactInsert(std::shared_ptr<DataShare::DataShareHelper> dataShareHelper, in RawContactInsert() function in OHOS::ContactsApi::ContactsControl 36 HILOG_INFO(" ContactsControl::RawContactInsert insert code %{public}d", code); in RawContactInsert()
|
H A D | contacts_api.cpp | 807 int rawId = contactsControl.RawContactInsert( in LocalExecuteAddContact()
|