Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp938 deviceIdCache_.clear(); in SetTranslateToDeviceIdCallback()
949 if (deviceIdCache_.find(deviceId) == deviceIdCache_.end() || in TranslateDeviceId()
950 deviceIdCache_[deviceId].find(id) == deviceIdCache_[deviceId].end()) { in TranslateDeviceId()
951 deviceIdCache_[deviceId][id] = translateToDeviceIdCallback_(deviceId, info); in TranslateDeviceId()
953 newDeviceId = deviceIdCache_[deviceId][id]; in TranslateDeviceId()
H A Druntime_context_impl.h269 …std::map<std::string, std::map<std::string, std::string>> deviceIdCache_; // cache <uuid, <appId, … variable