Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_socket.h29 struct ListenSocketParam { struct
50 virtual int Listen(ListenSocketParam &param, int &fd) = 0; argument
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_socket_proxy.h33 int Listen(ListenSocketParam &param, int &fd) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_socket_server.cpp43 int BluetoothSocketServer::Listen(ListenSocketParam &param, int &fd) in Listen()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h101 int Listen(ListenSocketParam &param, int &fd) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_socket_stub.cpp113 ListenSocketParam param { in ListenInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_proxy.cpp52 int BluetoothSocketProxy::Listen(ListenSocketParam &param, int &fd) in Listen()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp578 ListenSocketParam param { in Listen()