Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp79 static std::map<int, std::shared_ptr<BluetoothConnectionObserverWapper>> g_clientCbMap; variable
316g_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()