Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
Dfaultlog_query_result_proxy.cpp43 bool hasNext = false; in HasNext() local
44 if (!reply.ReadBool(hasNext)) { in HasNext()
47 return hasNext; in HasNext()
/base/update/updateservice/frameworks/js/napi/base/src/
Dsession_manager.cpp118 bool hasNext = GetFirstSessionId(nextSessId); in ProcessUnsubscribe() local
119 while (hasNext) { in ProcessUnsubscribe()
125 hasNext = GetNextSessionId(nextSessId); in ProcessUnsubscribe()
180 bool hasNext = GetFirstSessionId(nextSessId); in FindSessionByHandle() local
181 while (hasNext) { in FindSessionByHandle()
187 hasNext = GetNextSessionId(nextSessId); in FindSessionByHandle()
233 bool hasNext = GetFirstSessionId(nextSessId); in PublishToJS() local
234 while (hasNext) { in PublishToJS()
240 hasNext = GetNextSessionId(nextSessId); in PublishToJS()
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DResourceConfiguration.java47 while (jsonNodes.hasNext()) { in parse()
DUtils.java434 while (iter.hasNext() && (totalLength-- > 0)) { in getGetStringFromPattern()