Home
last modified time | relevance | path

Searched refs:GetHashDeviceId (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_syncer.cpp103 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 Dsingle_ver_syncer.h37 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 Dmeta_data.cpp212 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 Dsyncer_proxy.cpp235 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 Dmeta_data.h141 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const;
201 void GetHashDeviceId(const DeviceID &deviceId, DeviceID &hashDeviceId, bool isNeedHash);
H A Dgeneric_syncer.h107 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const override;
H A Dgeneric_syncer.cpp1101 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 Dsync_able_engine.cpp284 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 Dsync_able_engine.h52 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.cpp480 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 Dsync_able_kvdb.h95 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Dsyncer_proxy.h110 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const override;
H A Disyncer.h127 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 Dsqlite_relational_store.cpp598 int errCode = syncAbleEngine_->GetHashDeviceId(device, hashDeviceId); in RemoveDeviceData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp947 int errCode = GetHashDeviceId(deviceName, hashDeviceId); in RemoveDeviceData()