Home
last modified time | relevance | path

Searched refs:GetLocalFlag (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit.h36 virtual bool GetLocalFlag() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_commit.h49 bool GetLocalFlag() const override;
H A Dmulti_ver_commit.cpp85 bool MultiVerCommit::GetLocalFlag() const in GetLocalFlag() function in DistributedDB::MultiVerCommit
H A Dmulti_ver_natural_store_commit_storage.cpp280 commitNode.isLocal = (currentCommitIter->second->GetLocalFlag() ? in GetAllCommitsInTree()
676 uint64_t localFlag = static_cast<uint32_t>((commit.GetLocalFlag() == true) ? 1 : 0); in TransferCommitToValue()
H A Dmulti_ver_storage_executor.cpp88 uint64_t localFlag = (latestCommit.second->GetLocalFlag() ? in GetDeviceLatestCommit()
130 uint64_t localFlag = (commitNode->GetLocalFlag() ? in GetCommitTree()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_commit_storage_test.cpp112 bool localFlag = commit->GetLocalFlag(); in CompareCommitWithExpectation()