Searched refs:BluetoothConnectionObserverWapper (Results 1 – 1 of 1) sorted by relevance
48 class BluetoothConnectionObserverWapper : public BluetoothConnectionObserver { class50 explicit BluetoothConnectionObserverWapper(BtSocketConnectionCallback &callback) in BluetoothConnectionObserverWapper() function in OHOS::Bluetooth::BluetoothConnectionObserverWapper79 static std::map<int, std::shared_ptr<BluetoothConnectionObserverWapper>> g_clientCbMap;81 using ClientCbIterator = std::map<int, std::shared_ptr<BluetoothConnectionObserverWapper>>::iterato…301 std::shared_ptr<BluetoothConnectionObserverWapper> connWrapper = in SocketConnectEx()302 std::make_shared<BluetoothConnectionObserverWapper>(*callback); in SocketConnectEx()316 …g_clientCbMap.insert(std::pair<int, std::shared_ptr<BluetoothConnectionObserverWapper>>(clientId, … in SocketConnectEx()