Home
last modified time | relevance | path

Searched refs:RawContactInsert (Results 1 - 15 of 15) sorted by relevance

/applications/standard/contacts_data/test/unittest/src/
H A Dmergecontact_test.cpp133 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 Dcontactability_test.cpp31 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 Drecovery_test.cpp43 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 Dcontactprofile_test.cpp33 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 Dcontactpinyin_test.cpp31 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 Dcontactquery_test.cpp31 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 Drecovery_test.h25 int64_t RawContactInsert(std::string displayName);
H A Dcontactquery_test.h27 int64_t RawContactInsert(std::string displayName, OHOS::DataShare::DataShareValuesBucket &alues);
H A Dmergecontact_test.h25 int64_t RawContactInsert(std::string displayName);
H A Dcontactpinyin_test.h27 int64_t RawContactInsert(std::string displayName, OHOS::DataShare::DataShareValuesBucket &alues);
H A Dcontactprofile_test.h29 int64_t RawContactInsert(std::string displayName, OHOS::DataShare::DataShareValuesBucket &alues);
H A Dcontactability_test.h128 int64_t RawContactInsert(std::string displayName, OHOS::DataShare::DataShareValuesBucket &alues);
/applications/standard/contacts_data/contacts/include/
H A Dcontacts_control.h39 int RawContactInsert(std::shared_ptr<DataShare::DataShareHelper> dataShareHelper,
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_control.cpp30 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 Dcontacts_api.cpp807 int rawId = contactsControl.RawContactInsert( in LocalExecuteAddContact()

Completed in 16 milliseconds