Home
last modified time | relevance | path

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

/base/notification/ans_standard/frameworks/ans/native/src/
Dreminder_store.cpp322 bool isAtLastRow = false; in GetReminders() local
323 queryResultSet->IsAtLastRow(isAtLastRow); in GetReminders()
324 while (!isAtLastRow) { in GetReminders()
329 queryResultSet->IsAtLastRow(isAtLastRow); in GetReminders()
379 bool isAtLastRow = false; in GetBundleOption() local
380 queryResultSet->IsAtLastRow(isAtLastRow); in GetBundleOption()
381 if (isAtLastRow) { in GetBundleOption()