Home
last modified time | relevance | path

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

/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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_data_inserter.cpp70 void RelationalSyncDataInserter::SetHashDevId(const std::string &hashDevId) in SetHashDevId()
/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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp718 std::string hashDevId = DBCommon::TransferHashString(devId); in TransferSyncCommitDevInfo() local