Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp274 class BluetoothSocketObserverImp;
277 sptr<BluetoothSocketObserverImp> observerImp_ = nullptr;
297 class ClientSocket::impl::BluetoothSocketObserverImp : public BluetoothClientSocketObserverStub { class in OHOS::Bluetooth::ClientSocket::impl
309 explicit BluetoothSocketObserverImp(std::weak_ptr<ClientSocket> clientSocket) : clientSocket_(clientSocket) in BluetoothSocketObserverImp() function in OHOS::Bluetooth::ClientSocket::impl::BluetoothSocketObserverImp
313 ~BluetoothSocketObserverImp() in ~BluetoothSocketObserverImp()
355 observerImp_ = new(std::nothrow) BluetoothSocketObserverImp(client); in Init()

Completed in 2 milliseconds