Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp168 bool isLastRow = false; in GetOldReminders() local
169 queryResult->IsAtLastRow(isLastRow); in GetOldReminders()
170 while (!isLastRow) { in GetOldReminders()
201 queryResult->IsAtLastRow(isLastRow); in GetOldReminders()