Home
last modified time | relevance | path

Searched refs:rawContactId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_encoder.cpp78 int32_t rawContactId; in ContructContact() local
80 rawResultSet->GetInt(index, rawContactId); in ContructContact()
83 predicates.EqualTo(ContactData::RAW_CONTACT_ID, rawContactId); in ContructContact()
H A Dvcard_rdb_helper.cpp91 int rawContactId = dataShareHelper_->Insert(uriRawContact, rawContactValues); in InsertRawContact() local
92 TELEPHONY_LOGI("RawContactInsert insert rawContactId %{public}d", rawContactId); in InsertRawContact()
93 return rawContactId; in InsertRawContact()