Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp204 int columnIndexType = 0; in BuildOneData() local
205 resultSet->GetColumnIndex(ContactData::TYPE_ID, columnIndexType); in BuildOneData()
206 resultSet->GetInt(columnIndexType, typeId); in BuildOneData()