Home
last modified time | relevance | path

Searched refs:hasException (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp141 bool hasException = false; in FillSharedBlock() local
142 while (!hasException && (!isFull || info->isCountAllRows)) { in FillSharedBlock()
152 hasException = info->hasException; in FillSharedBlock()
160 hasException = true; in FillSharedBlock()
167 hasException = true; in FillSharedBlock()
193 info->hasException = true; in FillRow()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dshare_block.h44 bool hasException; member
55 hasException = false; in SharedBlockInfo()
/foundation/arkui/napi/test/unittest/jsvm/
H A Dtest_jsvm.cpp70 bool hasException = !isExceptionUndefined; in CheckErrorAndException() local
71 if (hasException) { in CheckErrorAndException()

Completed in 3 milliseconds