Home
last modified time | relevance | path

Searched refs:rowCnt (Results 1 - 2 of 2) sorted by relevance

/base/telephony/cellular_call/services/common/src/
H A Dcellular_call_rdb_helper.cpp63 int rowCnt = 0; in QueryEccList() local
64 result->GetRowCount(rowCnt); in QueryEccList()
65 TELEPHONY_LOGD("CellularCallRdbHelper::query ecc_data rowCnt = %{public}d", rowCnt); in QueryEccList()
66 for (int32_t index = 0; index < rowCnt; index++) { in QueryEccList()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp181 int rowCnt = 0; in ReadApnResult() local
182 result->GetRowCount(rowCnt); in ReadApnResult()
183 TELEPHONY_LOGI("query apns rowCnt = %{public}d", rowCnt); in ReadApnResult()
184 for (int i = 0; i < rowCnt; ++i) { in ReadApnResult()
200 int rowCnt = 0; in ReadMvnoApnResult() local
201 result->GetRowCount(rowCnt); in ReadMvnoApnResult()
202 TELEPHONY_LOGI("query mvno apns rowCnt = %{public}d", rowCnt); in ReadMvnoApnResult()
203 for (int i = 0; i < rowCnt; in ReadMvnoApnResult()
[all...]

Completed in 1 milliseconds