Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_media_library.cpp90 handleToPathMap.clear(); in Init()
168 if (handleToPathMap.find(id) != handleToPathMap.end()) { in AddToHandlePathMap()
169 handleToPathMap.erase(id); in AddToHandlePathMap()
175 handleToPathMap.emplace(id, path); in AddToHandlePathMap()
191 handleToPathMap.erase(iter); in ModifyHandlePathMap()
210 handleToPathMap.erase(iter); in ModifyPathHandleMap()
236 if (handleToPathMap.find(id) != handleToPathMap.end()) { in DeleteHandlePathMap()
237 handleToPathMap.erase(id); in DeleteHandlePathMap()
319 handleToPathMap[id] = to; in MoveRepeatDirHandlePathMap()
1181 if (handleToPathMap.find(handle) != handleToPathMap.end()) { in ErasePathInfo()
[all …]