Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp660 bool checkResultOK = false; in CheckIntegrity() local
672 checkResultOK = true; in CheckIntegrity()
675 checkResultOK = false; in CheckIntegrity()
680 if (resultCnt == 1 && checkResultOK) { in CheckIntegrity()