Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp48 class BluetoothConnectionObserverWapper : public BluetoothConnectionObserver { class
50 explicit BluetoothConnectionObserverWapper(BtSocketConnectionCallback &callback) in BluetoothConnectionObserverWapper() function in OHOS::Bluetooth::BluetoothConnectionObserverWapper
79 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()