Searched refs:TestLatestCommitOfDevice (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_commit_storage_test.cpp | 118 void TestLatestCommitOfDevice(const std::map<DeviceID, IKvDBCommit*> &latestCommits, in TestLatestCommitOfDevice() function 783 TestLatestCommitOfDevice(latestCommits, g_localDevice, commitInfoLocal); 784 TestLatestCommitOfDevice(latestCommits, g_remoteDeviceA, commitInfoA); 785 TestLatestCommitOfDevice(latestCommits, g_remoteDeviceB, commitInfoB); 786 TestLatestCommitOfDevice(latestCommits, g_remoteDeviceC, commitInfoC);
|