Home
last modified time | relevance | path

Searched refs:deviceIdToHashDeviceIdMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.h249 std::map<DeviceID, DeviceID> deviceIdToHashDeviceIdMap_; variable
H A Dmeta_data.cpp368 if (deviceIdToHashDeviceIdMap_.count(deviceId) == 0) { in GetHashDeviceId()
370 deviceIdToHashDeviceIdMap_.insert(std::pair<DeviceID, DeviceID>(deviceId, hashDeviceId)); in GetHashDeviceId()
372 hashDeviceId = deviceIdToHashDeviceIdMap_[deviceId]; in GetHashDeviceId()