Home
last modified time | relevance | path

Searched defs:kvDelegatePtr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_transaction_testcase.cpp23 …id DistributedDBInterfacesTransactionTestCase::StartTransaction001(KvStoreDelegate *&kvDelegatePtr) 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_import_and_export_rd_test.cpp394 static void GetSnapshotUnitTest(KvStoreDelegate *&kvDelegatePtr, KvStoreSnapshotDelegate *&snapshot… in GetSnapshotUnitTest()
H A Ddistributeddb_interfaces_import_and_export_test.cpp252 static void GetSnapshotUnitTest(KvStoreDelegate *&kvDelegatePtr, KvStoreSnapshotDelegate *&snapshot… in GetSnapshotUnitTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/delegate_fuzzer/
H A Ddelegate_fuzzer.cpp46 KvStoreDelegate *kvDelegatePtr = nullptr; in PrepareKvStore() local
56 void EncryptOperation(const uint8_t *data, size_t size, KvStoreDelegate *kvDelegatePtr) in EncryptOperation()
70 void CombineTest(const uint8_t *data, KvStoreDelegate *kvDelegatePtr) in CombineTest()
85 KvStoreDelegate *kvDelegatePtr = PrepareKvStore(config, option); in MultiCombineFuzzer() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/fileoper_fuzzer/
H A Dfileoper_fuzzer.cpp72 KvStoreDelegate *kvDelegatePtr = nullptr; in MultiVerExportAndImport() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_simple_sync_test.cpp175 void CheckWatermark(const std::string &dev, KvStoreNbDelegate *kvDelegatePtr, WatermarkInfo expectI… in CheckWatermark()
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp822 void Sync(KvStoreNbDelegate *kvDelegatePtr, vector<std::string> &devices, const DBStatus &targetSta… in Sync()