Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h30 class SocketObserverList { class in OHOS::Bluetooth::BluetoothSocketServer
40 explicit DeathRecipient(SocketObserverList &applications) : applications_(applications) {} in DeathRecipient()
47 SocketObserverList &applications_;
50 SocketObserverList() in SocketObserverList() function in OHOS::Bluetooth::BluetoothSocketServer::SocketObserverList
54 ~SocketObserverList() = default;
97 BluetoothSocketServer() : socketObserverList_(std::make_unique<SocketObserverList>()) {} in BluetoothSocketServer()
109 std::unique_ptr<SocketObserverList> socketObserverList_;

Completed in 1 milliseconds