Searched refs:g_clientCbMap (Results 1 – 1 of 1) sorted by relevance
79 static std::map<int, std::shared_ptr<BluetoothConnectionObserverWapper>> g_clientCbMap; variable316 …g_clientCbMap.insert(std::pair<int, std::shared_ptr<BluetoothConnectionObserverWapper>>(clientId, … in SocketConnectEx()338 ClientCbIterator it = g_clientCbMap.find(clientId); in SocketDisconnect()339 if (it != g_clientCbMap.end()) { in SocketDisconnect()340 g_clientCbMap.erase(it); in SocketDisconnect()