Home
last modified time | relevance | path

Searched refs:allBeforeSuccessful (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbase_transaction.cpp20 : allBeforeSuccessful(true), markedSuccessful(false), childFailure(false), type(ROLLBACK_SELF), id(id) in BaseTransaction()
30 return allBeforeSuccessful; in IsAllBeforeSuccessful()
33 void BaseTransaction::SetAllBeforeSuccessful(bool allBeforeSuccessful) in SetAllBeforeSuccessful() argument
35 this->allBeforeSuccessful = allBeforeSuccessful; in SetAllBeforeSuccessful()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dbase_transaction.h32 void SetAllBeforeSuccessful(bool allBeforeSuccessful);
43 bool allBeforeSuccessful; member in OHOS::NativeRdb::BaseTransaction

Completed in 1 milliseconds