Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp45 class BluetoothConnectionObserverWapper : public BluetoothConnectionObserver { class
47 explicit BluetoothConnectionObserverWapper(BtSocketConnectionCallback &callback) in BluetoothConnectionObserverWapper() function in OHOS::Bluetooth::BluetoothConnectionObserverWapper
76 using ClientCbIterator = std::map<int, std::shared_ptr<BluetoothConnectionObserverWapper>>::iterator;
296 std::shared_ptr<BluetoothConnectionObserverWapper> connWrapper = in SocketConnectEx()
297 std::make_shared<BluetoothConnectionObserverWapper>(*callback); in SocketConnectEx()

Completed in 1 milliseconds