Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_stub.cpp22 BluetoothPanStub::BluetoothPanStub() in BluetoothPanStub() function in OHOS::Bluetooth::BluetoothPanStub
26 &BluetoothPanStub::DisconnectInner; in BluetoothPanStub()
28 &BluetoothPanStub::GetDeviceStateInner; in BluetoothPanStub()
30 &BluetoothPanStub::GetDevicesByStatesInner; in BluetoothPanStub()
32 &BluetoothPanStub::RegisterObserverInner; in BluetoothPanStub()
34 &BluetoothPanStub::DeregisterObserverInner; in BluetoothPanStub()
36 &BluetoothPanStub::SetTetheringInner; in BluetoothPanStub()
38 &BluetoothPanStub::IsTetheringOnInner; in BluetoothPanStub()
42 BluetoothPanStub::~BluetoothPanStub() in ~BluetoothPanStub()
48 int BluetoothPanStub::OnRemoteRequest( in OnRemoteRequest()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_pan_stub.h24 class BluetoothPanStub : public IRemoteStub<IBluetoothPan> {
26 BluetoothPanStub();
27 ~BluetoothPanStub();
44 … using BluetoothPanFunc = ErrCode (BluetoothPanStub::*)(MessageParcel &data, MessageParcel &reply);
46 DISALLOW_COPY_AND_MOVE(BluetoothPanStub);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_pan_server.h33 class BluetoothPanServer : public BluetoothPanStub {