Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h32 struct SocketObserverApplication { struct
33SocketObserverApplication(int fd, const sptr<IRemoteObject> &remote) : fd(fd), remote(remote) {} in SocketObserverApplication() function
73 SocketObserverApplication app(fd, remote); in AddObserver()
87 …std::vector<SocketObserverApplication>::iterator GetObserverApplication(const wptr<IRemoteObject> … in GetObserverApplication()
94 std::vector<SocketObserverApplication> observerList_;