Searched refs:entryVectorCallback (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_transaction_testcase.cpp | 307 …auto entryVectorCallback = bind(&DistributedDBToolsUnitTest::EntryVectorCallback, placeholders::_1, in Commit006() local 332 snapshotDelegatePtr->GetEntries(NULL_KEY_1, entryVectorCallback); in Commit006() 385 …auto entryVectorCallback = bind(&DistributedDBToolsUnitTest::EntryVectorCallback, placeholders::_1, in Commit008() local 418 snapshotDelegatePtr->GetEntries(NULL_KEY_1, entryVectorCallback); in Commit008() 567 …auto entryVectorCallback = bind(&DistributedDBToolsUnitTest::EntryVectorCallback, placeholders::_1, in RollBack006() local 596 snapshotDelegatePtr->GetEntries(NULL_KEY_1, entryVectorCallback); in RollBack006() 612 …auto entryVectorCallback = bind(&DistributedDBToolsUnitTest::EntryVectorCallback, placeholders::_1, in RollBack007() local 656 snapshotDelegatePtr->GetEntries(NULL_KEY_1, entryVectorCallback); in RollBack007() 671 …auto entryVectorCallback = bind(&DistributedDBToolsUnitTest::EntryVectorCallback, placeholders::_1, in RollBack008() local 717 snapshotDelegatePtr->GetEntries(NULL_KEY_1, entryVectorCallback); in RollBack008()
|