Searched refs:OH_Rdb_BeginTransWithTrxId (Results 1 – 7 of 7) sorted by relevance
131 | int [OH_Rdb_BeginTransWithTrxId](#oh_rdb_begintranswithtrxid) ([OH_Rdb_Store](_o_h___rdb___store.…1060 ### OH_Rdb_BeginTransWithTrxId()1063 int OH_Rdb_BeginTransWithTrxId (OH_Rdb_Store *store, int64_t *trxId )1109 …K 表示成功. RDB_E_INVALID_ARGS 表示无效参数,可能情况如下: 传入参数为空指针。 当前事务ID不是调用[OH_Rdb_BeginTransWithTrxId](#oh_rdb…1205 | trxId | 调用[OH_Rdb_BeginTransWithTrxId](#oh_rdb_begintranswithtrxid)获得的事务ID,当设置为0时,表示不启用事务。 | 1210 …K 表示成功。 RDB_E_INVALID_ARGS 表示无效参数,可能情况如下: 传入参数为空指针。 当前事务ID不是调用[OH_Rdb_BeginTransWithTrxId](#oh_rdb…1261 … 表示成功。 RDB_E_INVALID_ARGS 表示无效参数, 可能情况如下: 传入参数为空指针。 当前事务ID不是调用[OH_Rdb_BeginTransWithTrxId](#oh_rdb…
108 | int [OH_Rdb_BeginTransWithTrxId](_r_d_b.md#oh_rdb_begintranswithtrxid) ([OH_Rdb_Store](_o_h___rdb…
577 int OH_Rdb_BeginTransWithTrxId(OH_Rdb_Store *store, int64_t *trxId);
107 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_BeginTransWithTrxId(store, &trxId)); in VdbTest002()
131 | int [OH_Rdb_BeginTransWithTrxId](#oh_rdb_begintranswithtrxid) ([OH_Rdb_Store](_o_h___rdb___store.…1060 ### OH_Rdb_BeginTransWithTrxId()1063 int OH_Rdb_BeginTransWithTrxId (OH_Rdb_Store *store, int64_t *trxId )1109 …l pointer is passed in; the transaction ID is not obtained by [OH_Rdb_BeginTransWithTrxId](#oh_rdb…1205 | trxId | Transaction ID returned by [OH_Rdb_BeginTransWithTrxId](#oh_rdb_begintranswithtrxid). The…1210 …l pointer is passed in; the transaction ID is not obtained by [OH_Rdb_BeginTransWithTrxId](#oh_rdb…1261 …l pointer is passed in; the transaction ID is not obtained by [OH_Rdb_BeginTransWithTrxId](#oh_rdb…
568 int OH_Rdb_BeginTransWithTrxId(OH_Rdb_Store *store, int64_t *trxId) in OH_Rdb_BeginTransWithTrxId() function