Searched refs:contactIdValue (Results 1 - 2 of 2) sorted by relevance
/applications/standard/contacts_data/contacts/src/ |
H A D | result_convert.cpp | 60 int contactIdValue = 0; in ResultSetToObject() local 64 resultSet->GetInt(contactIndex, contactIdValue); in ResultSetToObject() 65 napi_value napiObject = GetResultMapValue(env, resultSetMap, contactIdValue); in ResultSetToObject() 66 PutQuickSearchKey(env, resultSet, quickSearchMap, contactIdValue); in ResultSetToObject() 76 std::map<int, std::string> &quickSearchMap, int contactIdValue) in PutQuickSearchKey() 83 if (quickSearchMap.count(contactIdValue) <= 0) { in PutQuickSearchKey() 86 quickSearchMap.insert(std::pair<int, std::string>(contactIdValue, quickSearchValue)); in PutQuickSearchKey() 75 PutQuickSearchKey(napi_env env, std::shared_ptr<DataShare::DataShareResultSet> &resultSet, std::map<int, std::string> &quickSearchMap, int contactIdValue) PutQuickSearchKey() argument
|
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts_database.cpp | 691 OHOS::NativeRdb::ValueObject contactIdValue; in DeleteRecordInsert() local 692 valuesElement.GetObject(RawContactColumns::CONTACT_ID, contactIdValue); in DeleteRecordInsert() 694 contactIdValue.GetInt(contactId); in DeleteRecordInsert()
|
Completed in 5 milliseconds