Searched defs:contactId (Results 1 - 6 of 6) sorted by relevance
/applications/standard/contacts_data/dataBusiness/quicksearch/src/ |
H A D | contacts_search.cpp | 36 int64_t ContactsSearch::Insert(std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore, int64_t contactId, in Insert() argument
|
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts.cpp | 42 InsertContact(std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore, const int64_t &outRawContactId, OHOS::NativeRdb::ValuesBucket rawContactValues, int64_t &contactId) InsertContact() argument
|
H A D | contacts_update_helper.cpp | 179 int contactId = 0; in UpdateCallLogByPhoneNum() local 196 DataToUpdateCallLog( bool isDelete, int contactId, std::shared_ptr<OHOS::NativeRdb::ResultSet> &resultSet) DataToUpdateCallLog() argument 226 QueryDataForCallLog( std::shared_ptr<OHOS::NativeRdb::RdbStore> &rdbStore, int contactId) QueryDataForCallLog() argument
|
H A D | contacts_database.cpp | 161 int64_t contactId = 0; in InsertRawContact() local 693 int contactId = 0; in DeleteRecordInsert() local 777 int contactId; DeleteContactQuery() local 811 DeleteRawContactLocal( int contactId, int rawContactId, std::string backupData, std::string disPlayName) DeleteRawContactLocal() argument 847 int contactId; CompletelyDelete() local 895 DeleteLocal(int rawContactId, std::string contactId) DeleteLocal() argument [all...] |
/applications/standard/contacts_data/test/unittest/src/ |
H A D | mergecontact_test.cpp | 57 int64_t contactId = resultIdVector[0]; in CheckMergeResultId() local
|
/applications/standard/contacts_data/contacts/src/ |
H A D | result_convert.cpp | 264 napi_value ResultConvert::GetResultMapValue(napi_env env, std::map<int, napi_value> &resultSetMap, int &contactId) in GetResultMapValue() argument
|
Completed in 8 milliseconds