Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_proxy.cpp26 int BluetoothSocketProxy::Connect(ConnectSocketParam &param, int &fd) in Connect()
29 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in Connect()
52 int BluetoothSocketProxy::Listen(ListenSocketParam &param, int &fd) in Listen()
56 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in Listen()
81 int BluetoothSocketProxy::DeregisterServerObserver(const sptr<IBluetoothServerSocketObserver> &obse… in DeregisterServerObserver()
84 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in DeregisterServerObserver()
98 int BluetoothSocketProxy::RegisterClientObserver(const BluetoothRawAddress &dev, const bluetooth::U… in RegisterClientObserver()
102 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in RegisterClientObserver()
123 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in DeregisterClientObserver()
141 int BluetoothSocketProxy::UpdateCocConnectionParams(const BluetoothSocketCocInfo &info) in UpdateCocConnectionParams()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_socket_proxy.h25 class BluetoothSocketProxy : public IRemoteProxy<IBluetoothSocket> {
27 …explicit BluetoothSocketProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothSocket>(im… in BluetoothSocketProxy() function
29 ~BluetoothSocketProxy() in ~BluetoothSocketProxy()
41 static inline BrokerDelegator<BluetoothSocketProxy> delegator_;