Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h140 std::atomic<int64_t> newTrxId_ = 1; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h234 std::atomic<int64_t> newTrxId_ = 1; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1870 tmpTrxId = newTrxId_.fetch_add(1); in BeginTrans()