Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_manager.cpp187 int32_t newRawId = rawContactMaxId + i + 1; in BatchInsertRawContact() local
188 valuesBucket.Put(RawContact::ID, newRawId); in BatchInsertRawContact()
190 rawIds.push_back(newRawId); in BatchInsertRawContact()