Home
last modified time | relevance | path

Searched defs:CreateTransaction (Results 1 – 6 of 6) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/gdb/src/
Dtrans_db.cpp91 std::pair<int32_t, std::shared_ptr<Transaction>> TransDB::CreateTransaction() in CreateTransaction() function in OHOS::DistributedDataAip::TransDB
Ddb_store_impl.cpp139 std::pair<int32_t, std::shared_ptr<Transaction>> DBStoreImpl::CreateTransaction() in CreateTransaction() function in OHOS::DistributedDataAip::DBStoreImpl
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/graphstore/src/
Dnapi_gdb_store.cpp244 napi_value GdbStoreProxy::CreateTransaction(napi_env env, napi_callback_info info) in CreateTransaction() function in OHOS::GraphStoreJsKit::GdbStoreProxy
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store.cpp365 std::pair<int32_t, std::shared_ptr<Transaction>> RdbStore::CreateTransaction(int32_t type) in CreateTransaction() function in OHOS::NativeRdb::RdbStore
Drdb_store_impl.cpp2614 std::pair<int32_t, std::shared_ptr<Transaction>> RdbStoreImpl::CreateTransaction(int32_t type) in CreateTransaction() function in OHOS::NativeRdb::RdbStoreImpl
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store.cpp2149 napi_value RdbStoreProxy::CreateTransaction(napi_env env, napi_callback_info info) in CreateTransaction() function in OHOS::RelationalStoreJsKit::RdbStoreProxy