Home
last modified time | relevance | path

Searched refs:BaseTransaction (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbase_transaction.cpp19 BaseTransaction::BaseTransaction(int id) in BaseTransaction() function in OHOS::NativeRdb::BaseTransaction
24 BaseTransaction::~BaseTransaction() in ~BaseTransaction()
28 bool BaseTransaction::IsAllBeforeSuccessful() const in IsAllBeforeSuccessful()
33 void BaseTransaction::SetAllBeforeSuccessful(bool allBeforeSuccessful) in SetAllBeforeSuccessful()
38 bool BaseTransaction::IsMarkedSuccessful() const in IsMarkedSuccessful()
43 void BaseTransaction::SetMarkedSuccessful(bool markedSuccessful) in SetMarkedSuccessful()
48 int BaseTransaction::GetType() const in GetType()
53 bool BaseTransaction
[all...]
H A Drdb_store_impl.cpp1812 BaseTransaction transaction(connectionPool_->GetTransactionStack().size()); in BeginTransaction()
1877 BaseTransaction transaction = connectionPool_->GetTransactionStack().top(); in RollBack()
1972 BaseTransaction transaction = connectionPool_->GetTransactionStack().top(); in Commit()
H A Dconnection_pool.cpp431 std::stack<BaseTransaction> &ConnPool::GetTransactionStack() in GetTransactionStack()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dbase_transaction.h27 class BaseTransaction { class
29 explicit BaseTransaction(int id);
30 ~BaseTransaction();
H A Dconnection_pool.h59 std::stack<BaseTransaction> &GetTransactionStack();
140 std::stack<BaseTransaction> transactionStack_;

Completed in 6 milliseconds