Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbase_transaction.cpp20 …: allBeforeSuccessful(true), markedSuccessful(false), childFailure(false), type(ROLLBACK_SELF), id… in BaseTransaction()
55 return childFailure; in IsChildFailure()
60 this->childFailure = failureFlag; in SetChildFailure()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dbase_transaction.h45 bool childFailure; variable