Lines Matching refs:resultSet
91 std::shared_ptr<DataShare::ResultSet> resultSet, int count, std::string &homeUrlVal, std::string &mmsIPAddressVal)
96 resultSet->GoToRow(row);
97 resultSet->GetColumnIndex(PdpProfileData::APN_TYPES, columnIndex);
98 resultSet->GetString(columnIndex, apn);
100 resultSet->GetColumnIndex(PdpProfileData::HOME_URL, columnIndex);
101 resultSet->GetString(columnIndex, homeUrlVal);
102 resultSet->GetColumnIndex(PdpProfileData::MMS_IP_ADDRESS, columnIndex);
103 resultSet->GetString(columnIndex, mmsIPAddressVal);
125 auto resultSet = helper->Query(uri, predicates, colume);
126 if (resultSet == nullptr) {
127 TELEPHONY_LOGE("resultSet nullptr");
132 resultSet->GetRowCount(count);
135 resultSet->Close();
141 if (GetMmsApnValue(resultSet, count, homeUrlVal, mmsIPAddressVal)) {
147 resultSet->Close();