Home
last modified time | relevance | path

Searched refs:linkTypeIter (Results 1 - 1 of 1) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dsession_pool.cpp39 auto linkTypeIter = occupySession_.find(sessionId); in FindSession() local
40 if (linkTypeIter != occupySession_.end()) { in FindSession()
74 auto linkTypeIter = occupySession_.find((*iter)->GetSessionId()); in ReleaseSession() local
75 if (linkTypeIter != occupySession_.end()) { in ReleaseSession()
76 linkType = linkTypeIter->second; in ReleaseSession()
84 auto linkTypeIter = occupySession_.find((*iter)->GetSessionId()); in ReleaseSession() local
85 if (linkTypeIter != occupySession_.end()) { in ReleaseSession()
86 linkType = linkTypeIter->second; in ReleaseSession()
87 occupySession_.erase(linkTypeIter); in ReleaseSession()
103 auto linkTypeIter in ReleaseSession() local
[all...]

Completed in 1 milliseconds