Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.cpp166 auto aIt = acceptSockets_.begin(); in ShutDownInternal() local
167 while (aIt != acceptSockets_.end()) { in ShutDownInternal()
169 (*aIt)->CloseSocket(false); in ShutDownInternal()
173 aIt++; in ShutDownInternal()