Home
last modified time | relevance | path

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

/ohos5.0/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()
48 int32_t BluetoothSocketStub::OnRemoteRequest( in OnRemoteRequest()
53 std::u16string descriptor = BluetoothSocketStub::GetDescriptor(); in OnRemoteRequest()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_socket_stub.h26 class BluetoothSocketStub : public IRemoteStub<IBluetoothSocket> {
28 BluetoothSocketStub();
29 ~BluetoothSocketStub();
42 …using BluetoothSocketFunc = ErrCode (BluetoothSocketStub::*)(MessageParcel &data, MessageParcel &r…
45 DISALLOW_COPY_AND_MOVE(BluetoothSocketStub);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h28 class BluetoothSocketServer : public BluetoothSocketStub {