Searched refs:snapshotDelegatePtr (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_transaction_testcase.cpp | 74 ASSERT_TRUE(snapshotDelegatePtr != nullptr); in GetSnapshotUnitTest() 120 snapshotDelegatePtr->Get(KEY_1, valueCallback); in StartTransaction004() 194 KvStoreSnapshotDelegate *&snapshotDelegatePtr) in Commit003() argument 222 snapshotDelegatePtr->Get(KEY_1, valueCallback); in Commit003() 229 KvStoreSnapshotDelegate *&snapshotDelegatePtr) in Commit004() argument 261 snapshotDelegatePtr->Get(KEY_1, valueCallback); in Commit004() 268 KvStoreSnapshotDelegate *&snapshotDelegatePtr) in Commit005() argument 302 KvStoreSnapshotDelegate *&snapshotDelegatePtr) in Commit006() argument 337 KvStoreSnapshotDelegate *&snapshotDelegatePtr) in Commit007() argument 380 KvStoreSnapshotDelegate *&snapshotDelegatePtr) in Commit008() argument [all …]
|
H A D | distributeddb_interfaces_transaction_testcase.h | 36 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); 46 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); 49 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); 52 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); 55 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); 58 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); 61 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); 68 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); 71 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); 74 DistributedDB::KvStoreSnapshotDelegate *&snapshotDelegatePtr); [all …]
|
H A D | distributeddb_interfaces_import_and_export_test.cpp | 260 ASSERT_TRUE(snapshotDelegatePtr != nullptr); in GetSnapshotUnitTest() 305 ASSERT_TRUE(snapshotDelegatePtr != nullptr); 311 snapshotDelegatePtr->Get(KEY_1, g_valueCallback); 314 snapshotDelegatePtr->Get(KEY_2, g_valueCallback); 317 snapshotDelegatePtr->Get(KEY_3, g_valueCallback); 321 snapshotDelegatePtr->Get(KEY_4, g_valueCallback); 327 snapshotDelegatePtr = nullptr; 464 ASSERT_TRUE(snapshotDelegatePtr != nullptr); 471 snapshotDelegatePtr = nullptr; 584 ASSERT_TRUE(snapshotDelegatePtr != nullptr); [all …]
|
H A D | distributeddb_interfaces_import_and_export_rd_test.cpp | 402 ASSERT_TRUE(snapshotDelegatePtr != nullptr); in GetSnapshotUnitTest() 446 ASSERT_TRUE(snapshotDelegatePtr != nullptr); 452 snapshotDelegatePtr->Get(KEY_1, g_valueCallback); 455 snapshotDelegatePtr->Get(KEY_2, g_valueCallback); 458 snapshotDelegatePtr->Get(KEY_3, g_valueCallback); 462 snapshotDelegatePtr->Get(KEY_4, g_valueCallback); 464 snapshotDelegatePtr->Get(KEY_5, g_valueCallback); 468 snapshotDelegatePtr = nullptr; 725 ASSERT_TRUE(snapshotDelegatePtr != nullptr); 731 snapshotDelegatePtr->Get(KEY_1, g_valueCallback); [all …]
|