Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributed_crud_transaction_tools.cpp145 if (!firstComplete_) { in Check()
152 } else if (firstComplete_ && !secondComplete_) { in Check()
263 firstComplete_ = true; in testCrudTransaction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Ddistributed_crud_transaction_tools.h59 bool firstComplete_ = false; variable