Home
last modified time | relevance | path

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

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