Home
last modified time | relevance | path

Searched refs:SnapshotDelegateCallback (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp52 auto g_snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback,
618 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotCreateAndRelease()
674 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback,
725 auto snapshotDelegateCallbackA = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryPut()
756 auto snapshotDelegateCallbackB = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryPut()
784 auto snapshotDelegateCallbackC = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryPut()
822 auto snapshotDelegateCallbackA = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryDelete()
836 auto snapshotDelegateCallbackB = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryDelete()
899 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback,
965 auto snapshotDelegateCallbackB = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in SnapshotTestPreEntriesPutInner()
[all …]
H A Ddistributeddb_interfaces_transaction_syncdb_test.cpp46 auto g_snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback,
H A Ddistributeddb_interfaces_transaction_test.cpp46 auto g_snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback,
H A Ddistributeddb_interfaces_encrypt_database_test.cpp132 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in CheckRekeyWithExistedSnapshot()
H A Ddistributeddb_interfaces_transaction_testcase.cpp69 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in GetSnapshotUnitTest()
H A Ddistributeddb_interfaces_data_operation_test.cpp53 auto g_snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback,
104 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotCreateAndRelease()
912 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback,
H A Ddistributeddb_interfaces_encrypt_delegate_test.cpp59 auto g_snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback,
H A Ddistributeddb_interfaces_import_and_export_rd_test.cpp397 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in GetSnapshotUnitTest()
H A Ddistributeddb_interfaces_import_and_export_test.cpp255 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in GetSnapshotUnitTest()
H A Ddistributeddb_interfaces_register_syncdb_test.cpp50 auto g_snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.h135 …static void SnapshotDelegateCallback(DistributedDB::DBStatus, DistributedDB::KvStoreSnapshotDelega…
H A Ddistributeddb_tools_unit_test.cpp315 void DistributedDBToolsUnitTest::SnapshotDelegateCallback( in SnapshotDelegateCallback() function in DistributedDBUnitTest::DistributedDBToolsUnitTest