Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_socket_stub.cpp25 BluetoothSocketStub::BluetoothSocketStub() in BluetoothSocketStub() function in OHOS::Bluetooth::BluetoothSocketStub
29 &BluetoothSocketStub::ConnectInner; in BluetoothSocketStub()
31 &BluetoothSocketStub::ListenInner; in BluetoothSocketStub()
33 &BluetoothSocketStub::DeregisterServerObserverInner; in BluetoothSocketStub()
35 &BluetoothSocketStub::RegisterClientObserverInner; in BluetoothSocketStub()
37 &BluetoothSocketStub::DeregisterClientObserverInner; in BluetoothSocketStub()
39 &BluetoothSocketStub::UpdateCocConnectionParamsInner; in BluetoothSocketStub()
42 BluetoothSocketStub::~BluetoothSocketStub() in ~BluetoothSocketStub()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_socket_stub.h26 class BluetoothSocketStub : public IRemoteStub<IBluetoothSocket> { class
28 BluetoothSocketStub();
29 ~BluetoothSocketStub();
42 using BluetoothSocketFunc = ErrCode (BluetoothSocketStub::*)(MessageParcel &data, MessageParcel &reply);
45 DISALLOW_COPY_AND_MOVE(BluetoothSocketStub);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h28 class BluetoothSocketServer : public BluetoothSocketStub {

Completed in 1 milliseconds