Home
last modified time | relevance | path

Searched refs:DistributedDBInterfacesTransactionTestCase (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_transaction_syncdb_test.cpp116 DistributedDBInterfacesTransactionTestCase::StartTransaction001(g_kvDelegatePtr);
136 DistributedDBInterfacesTransactionTestCase::StartTransaction002(g_kvDelegatePtr);
156 DistributedDBInterfacesTransactionTestCase::StartTransaction003(g_kvDelegatePtr);
205 DistributedDBInterfacesTransactionTestCase::Commit001(g_kvDelegatePtr);
229 DistributedDBInterfacesTransactionTestCase::Commit002(g_kvDelegatePtr);
257 DistributedDBInterfacesTransactionTestCase::Commit003(g_kvDelegatePtr, g_snapshotDelegatePtr);
285 DistributedDBInterfacesTransactionTestCase::Commit004(g_kvDelegatePtr, g_snapshotDelegatePtr);
313 DistributedDBInterfacesTransactionTestCase::Commit005(g_kvDelegatePtr, g_snapshotDelegatePtr);
341 DistributedDBInterfacesTransactionTestCase::Commit006(g_kvDelegatePtr, g_snapshotDelegatePtr);
422 DistributedDBInterfacesTransactionTestCase::RollBack001(g_kvDelegatePtr);
[all …]
H A Ddistributeddb_interfaces_transaction_test.cpp116 DistributedDBInterfacesTransactionTestCase::StartTransaction001(g_kvDelegatePtr);
136 DistributedDBInterfacesTransactionTestCase::StartTransaction002(g_kvDelegatePtr);
156 DistributedDBInterfacesTransactionTestCase::StartTransaction003(g_kvDelegatePtr);
233 DistributedDBInterfacesTransactionTestCase::Commit001(g_kvDelegatePtr);
257 DistributedDBInterfacesTransactionTestCase::Commit002(g_kvDelegatePtr);
285 DistributedDBInterfacesTransactionTestCase::Commit003(g_kvDelegatePtr, g_snapshotDelegatePtr);
317 DistributedDBInterfacesTransactionTestCase::Commit004(g_kvDelegatePtr, g_snapshotDelegatePtr);
345 DistributedDBInterfacesTransactionTestCase::Commit005(g_kvDelegatePtr, g_snapshotDelegatePtr);
373 DistributedDBInterfacesTransactionTestCase::Commit006(g_kvDelegatePtr, g_snapshotDelegatePtr);
454 DistributedDBInterfacesTransactionTestCase::RollBack001(g_kvDelegatePtr);
[all …]
H A Ddistributeddb_interfaces_transaction_testcase.cpp23 void DistributedDBInterfacesTransactionTestCase::StartTransaction001(KvStoreDelegate *&kvDelegatePt… in StartTransaction001()
165 void DistributedDBInterfacesTransactionTestCase::Commit001(KvStoreDelegate *&kvDelegatePtr) in Commit001()
174 void DistributedDBInterfacesTransactionTestCase::Commit002(KvStoreDelegate *&kvDelegatePtr) in Commit002()
193 void DistributedDBInterfacesTransactionTestCase::Commit003(KvStoreDelegate *&kvDelegatePtr, in Commit003()
228 void DistributedDBInterfacesTransactionTestCase::Commit004(KvStoreDelegate *&kvDelegatePtr, in Commit004()
267 void DistributedDBInterfacesTransactionTestCase::Commit005(KvStoreDelegate *&kvDelegatePtr, in Commit005()
301 void DistributedDBInterfacesTransactionTestCase::Commit006(KvStoreDelegate *&kvDelegatePtr, in Commit006()
336 void DistributedDBInterfacesTransactionTestCase::Commit007(KvStoreDelegate *&kvDelegatePtr, in Commit007()
379 void DistributedDBInterfacesTransactionTestCase::Commit008(KvStoreDelegate *&kvDelegatePtr, in Commit008()
423 void DistributedDBInterfacesTransactionTestCase::RollBack001(KvStoreDelegate *&kvDelegatePtr) in RollBack001()
[all …]
H A Ddistributeddb_interfaces_transaction_testcase.h23 class DistributedDBInterfacesTransactionTestCase final {
25 DistributedDBInterfacesTransactionTestCase() {}; in DistributedDBInterfacesTransactionTestCase() function
26 ~DistributedDBInterfacesTransactionTestCase() {}; in ~DistributedDBInterfacesTransactionTestCase()