Home
last modified time | relevance | path

Searched defs:DeviceID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp465 std::map<DeviceID, IKvDBCommit *> &latestCommits) const in ReleaseLatestCommits()
488 int MultiVerNaturalStoreCommitStorage::GetLatestCommits(std::map<DeviceID, IKvDBCommit *> &latestCo… in GetLatestCommits()
540 const map<CommitID, IKvDBCommit *> &allCommits, const map<DeviceID, CommitID> &latestCommits, in GetLocalVersionThredForLatestCommits()
580 int MultiVerNaturalStoreCommitStorage::GetCommitTree(const map<DeviceID, CommitID> &latestCommits, in GetCommitTree()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h33 using DeviceID = std::string; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_commit_storage_test.cpp118 void TestLatestCommitOfDevice(const std::map<DeviceID, IKvDBCommit*> &latestCommits, in TestLatestCommitOfDevice()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp2051 … EXPECT_CALL(*mockMeta, GetLocalWaterMark).WillRepeatedly([&syncer](const DeviceID &, uint64_t &) { in __anon34a84a722502()