/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() function in DistributedDB::SingleVerSyncer 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 | meta_data.cpp | 212 GetHashDeviceId(deviceId, hashDeviceId, isNeedHash); in SaveMetaDataValue() 227 GetHashDeviceId(deviceId, hashDeviceId, isNeedHash); in GetMetaDataValue() 362 void Metadata::GetHashDeviceId(const DeviceID &deviceId, DeviceID &hashDeviceId, bool isNeedHash) in GetHashDeviceId() function in DistributedDB::Metadata 487 GetHashDeviceId(deviceId, hashDeviceId, true); in GetDbCreateTime() 502 GetHashDeviceId(deviceId, hashDeviceId, isNeedHash); in SetDbCreateTime() 523 GetHashDeviceId(deviceId, hashDeviceId, true); in ResetMetaDataAfterRemoveData() 537 GetHashDeviceId(deviceId, hashDeviceId, true); in GetRemoveDataMark() 611 int Metadata::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const in GetHashDeviceId() function in DistributedDB::Metadata 648 GetHashDeviceId(dev, hashDeviceId, isNeedHash); in GetWaterMarkInfoFromDB()
|
H A D | syncer_proxy.cpp | 235 int SyncerProxy::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const in GetHashDeviceId() function in DistributedDB::SyncerProxy 240 return syncer_->GetHashDeviceId(clientId, hashDevId); in GetHashDeviceId()
|
H A D | meta_data.h | 141 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const; 201 void GetHashDeviceId(const DeviceID &deviceId, DeviceID &hashDeviceId, bool isNeedHash);
|
H A D | generic_syncer.h | 107 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const override;
|
H A D | generic_syncer.cpp | 1101 int GenericSyncer::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const in GetHashDeviceId() function in DistributedDB::GenericSyncer 1143 int errCode = metadata->GetHashDeviceId(device, dev); in GetWatermarkInfo()
|
/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() function in DistributedDB::SyncAbleEngine 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/kv/ |
H A D | sync_able_kvdb.cpp | 480 int SyncAbleKvDB::GetHashDeviceId(const std::string &clientId, std::string &hashDevId) in GetHashDeviceId() function in DistributedDB::SyncAbleKvDB 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;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 598 int errCode = syncAbleEngine_->GetHashDeviceId(device, hashDeviceId); in RemoveDeviceData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.cpp | 947 int errCode = GetHashDeviceId(deviceName, hashDeviceId); in RemoveDeviceData()
|