/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_syncer.cpp | 103 int SingleVerSyncer::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const in GetHashDeviceId() 113 return metadata->GetHashDeviceId(clientId, hashDevId); in GetHashDeviceId()
|
H A D | single_ver_syncer.h | 37 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | syncer_proxy.cpp | 235 int SyncerProxy::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const in GetHashDeviceId() 240 return syncer_->GetHashDeviceId(clientId, hashDevId); in GetHashDeviceId()
|
H A D | generic_syncer.h | 107 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const override;
|
H A D | meta_data.h | 141 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const;
|
H A D | generic_syncer.cpp | 1101 int GenericSyncer::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const in GetHashDeviceId() 1104 (void)hashDevId; in GetHashDeviceId()
|
H A D | meta_data.cpp | 611 int Metadata::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const in GetHashDeviceId() 628 DBCommon::VectorToString(value, hashDevId); in GetHashDeviceId()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.cpp | 718 std::string hashDevId = DBCommon::TransferHashString(devId); in TransferSyncCommitDevInfo() local 721 if (commit.deviceInfo.size() == hashDevId.size() + MULTI_VER_TAG_SIZE) { in TransferSyncCommitDevInfo() 723 if (commit.deviceInfo.compare(0, hashDevId.size(), hashDevId) == 0) { in TransferSyncCommitDevInfo() 724 commit.deviceInfo = commit.deviceInfo.substr(hashDevId.size(), MULTI_VER_TAG_SIZE); in TransferSyncCommitDevInfo() 733 commit.deviceInfo.insert(0, hashDevId); in TransferSyncCommitDevInfo() 734 } else if (commit.deviceInfo.size() != hashDevId.size() + MULTI_VER_TAG_SIZE) { in TransferSyncCommitDevInfo()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | sync_able_engine.cpp | 284 int SyncAbleEngine::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) in GetHashDeviceId() argument 292 return syncer_.GetHashDeviceId(clientId, hashDevId); in GetHashDeviceId()
|
H A D | sync_able_engine.h | 52 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_data_inserter.cpp | 70 void RelationalSyncDataInserter::SetHashDevId(const std::string &hashDevId) in SetHashDevId() argument 72 hashDevId_ = hashDevId; in SetHashDevId()
|
H A D | relational_sync_data_inserter.h | 50 void SetHashDevId(const std::string &hashDevId);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb.cpp | 480 int SyncAbleKvDB::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) in GetHashDeviceId() argument 483 return syncer_.GetHashDeviceId(clientId, hashDevId); in GetHashDeviceId() 489 return syncer_.GetHashDeviceId(clientId, hashDevId); in GetHashDeviceId()
|
H A D | sync_able_kvdb.h | 95 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/ |
H A D | syncer_proxy.h | 110 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const override;
|
H A D | isyncer.h | 127 virtual int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const = 0;
|