| /applications/standard/contacts_data/jstest/ |
| D | ContactCard_test.js | 153 async function insertData(rawContactId, type, value, position) argument 222 async function dataNameInsert(dataShareHelper, rawContactId) argument 244 async function dataCompanyInsert(dataShareHelper, rawContactId) argument 267 async function dataPhoneInsert(dataShareHelper, rawContactId) argument 318 async function dataEmailInsert(dataShareHelper, rawContactId) argument 339 async function dataNickNameInsert(dataShareHelper, rawContactId) argument 359 async function dataPostalAddressInsert(dataShareHelper, rawContactId) argument 408 async function dataNoteInsert(dataShareHelper, rawContactId) argument 429 async function dataAimInsert(dataShareHelper, rawContactId) argument 445 async function dataEventInsert(dataShareHelper, rawContactId) argument [all …]
|
| D | Contacts_test.js | 152 async function insertData(rawContactId, type, value, position) argument 221 async function dataNameInsert(dataShareHelper, rawContactId) argument 243 async function dataCompanyInsert(dataShareHelper, rawContactId) argument 266 async function dataPhoneInsert(dataShareHelper, rawContactId) argument 317 async function dataEmailInsert(dataShareHelper, rawContactId) argument 338 async function dataNickNameInsert(dataShareHelper, rawContactId) argument 358 async function dataPostalAddressInsert(dataShareHelper, rawContactId) argument 407 async function dataNoteInsert(dataShareHelper, rawContactId) argument 428 async function dataAimInsert(dataShareHelper, rawContactId) argument 444 async function dataEventInsert(dataShareHelper, rawContactId) argument [all …]
|
| D | ContactMerge_test.js | 167 async function insertContactData(dataShareHelper, rawContactId, detailInfo, types, tag) argument 187 async function insertContactDataSingle(dataShareHelper, rawContactId, detailInfo, type) argument
|
| /applications/standard/contacts_data/test/unittest/src/ |
| D | contactpinyin_test.cpp | 40 int64_t ContactPinyinTest::ContactDataInsert(int64_t rawContactId, std::string contentType, std::st… in ContactDataInsert() 122 int64_t rawContactId = RawContactInsert("李想", rawContactValues); variable 150 int64_t rawContactId = RawContactInsert("張三", rawContactValues); variable 177 int64_t rawContactId = RawContactInsert("Tom", rawContactValues); variable 205 int64_t rawContactId = RawContactInsert("李%^玉@成", rawContactValues); variable 232 int64_t rawContactId = RawContactInsert("李bp玉成욱", rawContactValues); variable
|
| D | contactability_test.cpp | 67 int64_t ContactAbilityTest::ContactDataInsert(int64_t rawContactId, std::string contentType, std::s… in ContactDataInsert() 394 int64_t rawContactId = RawContactInsert("liming", values); variable 492 int64_t rawContactId = RawContactExpandInsert(vectorValue, 1, values); variable 517 int64_t rawContactId = RawContactInsert("ligang", rawContactValues); variable 577 int64_t rawContactId = RawContactInsert("chengshao", values); variable 637 int64_t rawContactId = RawContactInsert("yanshao", values); variable 682 int64_t rawContactId = RawContactInsert("insert_detail_contactdata", rawValuesBucket); variable 729 int64_t rawContactId = RawContactInsert("xiaoming", values); variable 788 int64_t rawContactId = RawContactInsert("feimaomao", rawContactValues); variable 826 int64_t rawContactId = RawContactExpandInsert(vectorValue, 1, values); variable [all …]
|
| D | contactprofile_test.cpp | 69 int64_t ContactProfileTest::ContactDataInsert(int64_t rawContactId, std::string contentType, std::s… in ContactDataInsert() 389 int64_t rawContactId = RawContactInsert("liming", values); variable 487 int64_t rawContactId = RawContactExpandInsert(vectorValue, 1, values); variable 512 int64_t rawContactId = RawContactInsert("ligang", rawContactValues); variable 572 int64_t rawContactId = RawContactInsert("chengshao", values); variable 632 int64_t rawContactId = RawContactInsert("yanshao", values); variable 677 int64_t rawContactId = RawContactInsert("insert_detail_contactdata", rawValuesBucket); variable 724 int64_t rawContactId = RawContactInsert("xiaoming", values); variable 783 int64_t rawContactId = RawContactInsert("feimaomao", rawContactValues); variable 821 int64_t rawContactId = RawContactExpandInsert(vectorValue, 1, values); variable [all …]
|
| D | contactquery_test.cpp | 40 int64_t ContactQueryTest::ContactDataInsert(int64_t rawContactId, std::string contentType, std::str… in ContactDataInsert() 124 int64_t rawContactId = RawContactInsert("买键盘", values); variable
|
| D | stability_test.cpp | 176 int rawContactId = contactsDataAbility.Insert(uriRawContact, rawContactValues); variable
|
| D | performance_test.cpp | 223 int rawContactId = contactsDataAbility.Insert(uriRawContact, rawContactValues); variable
|
| D | mergecontact_test.cpp | 144 int64_t rawContactId, std::string contentType, std::string detailInfo, std::string position) in ContactDataInsert()
|
| /applications/standard/contacts_data/dataBusiness/contacts/src/ |
| D | contacts_database.cpp | 232 int rawContactId = OHOS::NativeRdb::E_OK; in InsertContactData() local 280 …OHOS::NativeRdb::ValuesBucket &contactDataValues, int &typeId, int &rawContactId, std::string &typ… in GetTypeText() 425 int rawContactId = 0; in UpdateRawContact() local 657 int rawContactId = 0; in DeleteExecute() local 689 int rawContactId = 0; in DeleteRecordInsert() local 803 int contactId, int rawContactId, std::string backupData, std::string disPlayName) in DeleteRawContactLocal() 886 int ContactsDataBase::DeleteLocal(int rawContactId, std::string contactId) in DeleteLocal() 951 int rawContactId = 0; in QueryContactDataRawContactId() local 1034 … OHOS::NativeRdb::ValuesBucket rawContactValues, std::string rawContactIdColumn, int rawContactId) in StructureDeleteContactJson() 1311 int rawContactId = 0; in MarkMerge() local
|
| D | contacts_update_helper.cpp | 57 int rawContactId = rawContactIdVector[i]; in UpdateDisplay() local 95 …lper::UpdateName(OHOS::NativeRdb::ValuesBucket linkDataDataValues, bool isDelete, int rawContactId, in UpdateName()
|
| D | contacts.cpp | 51 int Contacts::UpdateContact(const int &rawContactId, std::shared_ptr<OHOS::NativeRdb::RdbStore> rdb… in UpdateContact()
|
| D | raw_contacts.cpp | 71 int RawContacts::UpdateRawContactById(int &rawContactId, std::string type, in UpdateRawContactById()
|
| /applications/standard/contacts_data/dataBusiness/quicksearch/src/ |
| D | contacts_search.cpp | 37 int64_t rawContactId, OHOS::NativeRdb::ValuesBucket rawContactValues, int64_t &searchContactId) in Insert() 59 int ContactsSearch::UpdateSearchContact(int rawContactId, std::string type, in UpdateSearchContact()
|
| /applications/standard/contacts_data/test/unittest/include/ |
| D | contactability_test.h | 71 int rawContactId = code; in Insert() local
|