Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_sink_scene.cpp1290 auto itConnection = devConnectionMap_.find(msg->mac); in OnInnerEvent() local
1291 if (itConnection == devConnectionMap_.end()) { in OnInnerEvent()
1296 itConnection->second->state = ConnectionState::PLAYING; in OnInnerEvent()
1297 OnConnectionChanged(*itConnection->second); in OnInnerEvent()
1337 auto itConnection = devConnectionMap_.find(surfaceItem->second->deviceId); in OnInnerEvent() local
1338 OnDecoderDied(*itConnection->second); in OnInnerEvent()

Completed in 4 milliseconds